diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4485f57c9..8ccd105c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,11 +37,13 @@ jobs: chmod +x ./release.sh ./release.sh -v=${{ inputs.version }} - - name: Upload build log on failure + - name: Upload build logs on failure if: failure() && steps.release.conclusion == 'failure' uses: actions/upload-artifact@v4 with: - name: build-log-${{ inputs.version }} - path: build/build.log + name: build-logs-${{ inputs.version }} + path: | + build/*.log + build/**/*.log if-no-files-found: warn retention-days: 5 diff --git a/.gitignore b/.gitignore index 6971a61dc..f272105af 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,8 @@ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore ## Build generated -build/ +build/** +!build/.gitkeep DerivedData/ ## Various settings diff --git a/ConsentViewController.podspec b/ConsentViewController.podspec index 04c8e04a5..d87eecdcd 100644 --- a/ConsentViewController.podspec +++ b/ConsentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ConsentViewController' - s.version = '7.12.6' + s.version = '7.12.7-rc.3' s.summary = 'SourcePoint\'s ConsentViewController to handle privacy consents.' s.static_framework = true s.homepage = 'https://www.sourcepoint.com' diff --git a/ConsentViewController/Classes/SPConsentManager.swift b/ConsentViewController/Classes/SPConsentManager.swift index 8aab19be8..b5c04f5a7 100644 --- a/ConsentViewController/Classes/SPConsentManager.swift +++ b/ConsentViewController/Classes/SPConsentManager.swift @@ -254,7 +254,7 @@ import UIKit } @objc extension SPConsentManager: SPSDK { - public static let VERSION = "7.12.6" + public static let VERSION = "7.12.7-rc.3" public var gdprApplies: Bool { spCoordinator.userData.gdpr?.applies ?? false } diff --git a/Example/ConsentViewController.xcodeproj/project.pbxproj b/Example/ConsentViewController.xcodeproj/project.pbxproj index a7fce22b8..880c2d0f1 100644 --- a/Example/ConsentViewController.xcodeproj/project.pbxproj +++ b/Example/ConsentViewController.xcodeproj/project.pbxproj @@ -323,7 +323,7 @@ 82CD6F7D2B59CB0700CAD663 /* SPAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B312F2B2ABC504000B62E23 /* SPAction.swift */; }; 82CD6F7E2B59CB0700CAD663 /* SPMessageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B312F5C2ABC504000B62E23 /* SPMessageViewController.swift */; }; 82CD6F7F2B59CB0700CAD663 /* SPJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B312F5D2ABC504000B62E23 /* SPJson.swift */; }; - 82CD6F852B59CC3600CAD663 /* Down in Frameworks */ = {isa = PBXBuildFile; productRef = 82CD6F842B59CC3600CAD663 /* Down */; }; + 82CDDBEF2EAF9840005B0ECF /* TVUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 82CDDBEE2EAF9840005B0ECF /* TVUIKit.framework */; }; 82CFB3EF2A431D89002B0EF2 /* SPCCPAConsentSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82CFB3EE2A431D89002B0EF2 /* SPCCPAConsentSpec.swift */; }; 82CFDE312924057500F86A69 /* JSONLocalDataViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82CFDE302924057500F86A69 /* JSONLocalDataViewController.swift */; }; 82D6CE222B8CD186004677E9 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 82D6CE212B8CD186004677E9 /* PrivacyInfo.xcprivacy */; }; @@ -775,6 +775,7 @@ 82CD6E9A2B59CA2C00CAD663 /* NSObjectExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSObjectExtensions.swift; sourceTree = ""; }; 82CD6E9C2B59CA2C00CAD663 /* SPLocalStorage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPLocalStorage.swift; sourceTree = ""; }; 82CD6E9D2B59CA2C00CAD663 /* SPUserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPUserDefaults.swift; sourceTree = ""; }; + 82CDDBEE2EAF9840005B0ECF /* TVUIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TVUIKit.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/System/Library/Frameworks/TVUIKit.framework; sourceTree = DEVELOPER_DIR; }; 82CFB3EE2A431D89002B0EF2 /* SPCCPAConsentSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPCCPAConsentSpec.swift; sourceTree = ""; }; 82CFDE302924057500F86A69 /* JSONLocalDataViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONLocalDataViewController.swift; sourceTree = ""; }; 82D6CE212B8CD186004677E9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; @@ -849,7 +850,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 82CD6F852B59CC3600CAD663 /* Down in Frameworks */, + 82CDDBEF2EAF9840005B0ECF /* TVUIKit.framework in Frameworks */, 820B08B22B6021A6004E77E8 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -2102,6 +2103,7 @@ EEE3CDAB8AFE80647B1E565B /* Frameworks */ = { isa = PBXGroup; children = ( + 82CDDBEE2EAF9840005B0ECF /* TVUIKit.framework */, 8203A3BE2C904C3E00BACFE7 /* SPMobileCore.xcframework */, 8216E2632BB32B74006FEF11 /* ConsentViewController.framework */, 820B08B12B6021A6004E77E8 /* Foundation.framework */, @@ -2185,7 +2187,6 @@ ); name = "SPMConsentViewController-tvOS"; packageProductDependencies = ( - 82CD6F842B59CC3600CAD663 /* Down */, ); productName = ConsentViewController; productReference = 0B312EE52ABC4E4000B62E23 /* ConsentViewController.framework */; @@ -2654,7 +2655,6 @@ ); mainGroup = 607FACC71AFB9204008FA782; packageReferences = ( - 82CD6F832B59CC3600CAD663 /* XCRemoteSwiftPackageReference "Down" */, 827CB8062BD6B6A500792550 /* XCRemoteSwiftPackageReference "ios-cmp-app" */, ); productRefGroup = 607FACD11AFB9204008FA782 /* Products */; @@ -5895,14 +5895,6 @@ kind = branch; }; }; - 82CD6F832B59CC3600CAD663 /* XCRemoteSwiftPackageReference "Down" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/johnxnguyen/Down"; - requirement = { - kind = exactVersion; - version = 0.11.0; - }; - }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ @@ -5911,11 +5903,6 @@ package = 827CB8062BD6B6A500792550 /* XCRemoteSwiftPackageReference "ios-cmp-app" */; productName = ConsentViewController; }; - 82CD6F842B59CC3600CAD663 /* Down */ = { - isa = XCSwiftPackageProductDependency; - package = 82CD6F832B59CC3600CAD663 /* XCRemoteSwiftPackageReference "Down" */; - productName = Down; - }; /* End XCSwiftPackageProductDependency section */ /* Begin XCVersionGroup section */ diff --git a/Example/ConsentViewController.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/ConsentViewController.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f92bf6fc0..5a275d941 100644 --- a/Example/ConsentViewController.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ConsentViewController.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,15 +1,6 @@ { - "originHash" : "6b6f482ad9f7ef01fcc98d61474c88e8b9b189eaa7aad5224ed076d04e36973d", + "originHash" : "931e97f3eee79a1f707b77514bc2a0e672fa3e8f95e7e54c2c117b448f22feb6", "pins" : [ - { - "identity" : "down", - "kind" : "remoteSourceControl", - "location" : "https://github.com/johnxnguyen/Down.git", - "state" : { - "revision" : "f34b166be1f1db4aa8f573067e901d72f2a6be57", - "version" : "0.11.0" - } - }, { "identity" : "ios-cmp-app", "kind" : "remoteSourceControl", diff --git a/Example/ConsentViewController.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/ConsentViewController.xcworkspace/xcshareddata/swiftpm/Package.resolved index 37b86992b..1d495e9a0 100644 --- a/Example/ConsentViewController.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ConsentViewController.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,15 +1,6 @@ { - "originHash" : "6b6f482ad9f7ef01fcc98d61474c88e8b9b189eaa7aad5224ed076d04e36973d", + "originHash" : "931e97f3eee79a1f707b77514bc2a0e672fa3e8f95e7e54c2c117b448f22feb6", "pins" : [ - { - "identity" : "down", - "kind" : "remoteSourceControl", - "location" : "https://github.com/johnxnguyen/Down", - "state" : { - "revision" : "f34b166be1f1db4aa8f573067e901d72f2a6be57", - "version" : "0.11.0" - } - }, { "identity" : "ios-cmp-app", "kind" : "remoteSourceControl", diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 2c4d8c02e..14f4f4352 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ConsentViewController (7.12.6): + - ConsentViewController (7.12.7-beta.4): - SPMobileCore (= 0.1.13) - FirebaseAnalytics (11.13.0): - FirebaseAnalytics/AdIdSupport (= 11.13.0) @@ -170,7 +170,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - ConsentViewController: f5330a26490773846e72545f13a6897256d3ff62 + ConsentViewController: f5a72b3c2ff72858314cc4df3a1200c33556656c FirebaseAnalytics: 630349facf4a114a0977e5d7570e104261973287 FirebaseCore: c692c7f1c75305ab6aff2b367f25e11d73aa8bd0 FirebaseCoreInternal: 29d7b3af4aaf0b8f3ed20b568c13df399b06f68c diff --git a/Example/Pods/Local Podspecs/ConsentViewController.podspec.json b/Example/Pods/Local Podspecs/ConsentViewController.podspec.json index 0f4d04121..22bf3b75e 100644 --- a/Example/Pods/Local Podspecs/ConsentViewController.podspec.json +++ b/Example/Pods/Local Podspecs/ConsentViewController.podspec.json @@ -1,6 +1,6 @@ { "name": "ConsentViewController", - "version": "7.12.6", + "version": "7.12.7-beta.4", "summary": "SourcePoint's ConsentViewController to handle privacy consents.", "static_framework": true, "homepage": "https://www.sourcepoint.com", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/SourcePointUSA/ios-cmp-app.git", - "tag": "7.12.6" + "tag": "7.12.7-beta.4" }, "swift_versions": "5.1", "source_files": "ConsentViewController/Classes/**/*", diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 2c4d8c02e..14f4f4352 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - ConsentViewController (7.12.6): + - ConsentViewController (7.12.7-beta.4): - SPMobileCore (= 0.1.13) - FirebaseAnalytics (11.13.0): - FirebaseAnalytics/AdIdSupport (= 11.13.0) @@ -170,7 +170,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - ConsentViewController: f5330a26490773846e72545f13a6897256d3ff62 + ConsentViewController: f5a72b3c2ff72858314cc4df3a1200c33556656c FirebaseAnalytics: 630349facf4a114a0977e5d7570e104261973287 FirebaseCore: c692c7f1c75305ab6aff2b367f25e11d73aa8bd0 FirebaseCoreInternal: 29d7b3af4aaf0b8f3ed20b568c13df399b06f68c diff --git a/Example/Pods/Target Support Files/ConsentViewController-iOS/ConsentViewController-iOS-Info.plist b/Example/Pods/Target Support Files/ConsentViewController-iOS/ConsentViewController-iOS-Info.plist index a5154cfa3..82c9c7188 100644 --- a/Example/Pods/Target Support Files/ConsentViewController-iOS/ConsentViewController-iOS-Info.plist +++ b/Example/Pods/Target Support Files/ConsentViewController-iOS/ConsentViewController-iOS-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.12.6 + 7.12.7 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/ConsentViewController-iOS/ResourceBundle-ConsentViewController-ConsentViewController-iOS-Info.plist b/Example/Pods/Target Support Files/ConsentViewController-iOS/ResourceBundle-ConsentViewController-ConsentViewController-iOS-Info.plist index e179cb6af..7e88bd367 100644 --- a/Example/Pods/Target Support Files/ConsentViewController-iOS/ResourceBundle-ConsentViewController-ConsentViewController-iOS-Info.plist +++ b/Example/Pods/Target Support Files/ConsentViewController-iOS/ResourceBundle-ConsentViewController-ConsentViewController-iOS-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 7.12.6 + 7.12.7 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/ConsentViewController-tvOS/ConsentViewController-tvOS-Info.plist b/Example/Pods/Target Support Files/ConsentViewController-tvOS/ConsentViewController-tvOS-Info.plist index a5154cfa3..82c9c7188 100644 --- a/Example/Pods/Target Support Files/ConsentViewController-tvOS/ConsentViewController-tvOS-Info.plist +++ b/Example/Pods/Target Support Files/ConsentViewController-tvOS/ConsentViewController-tvOS-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.12.6 + 7.12.7 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/ConsentViewController-tvOS/ResourceBundle-ConsentViewController-ConsentViewController-tvOS-Info.plist b/Example/Pods/Target Support Files/ConsentViewController-tvOS/ResourceBundle-ConsentViewController-ConsentViewController-tvOS-Info.plist index e179cb6af..7e88bd367 100644 --- a/Example/Pods/Target Support Files/ConsentViewController-tvOS/ResourceBundle-ConsentViewController-ConsentViewController-tvOS-Info.plist +++ b/Example/Pods/Target Support Files/ConsentViewController-tvOS/ResourceBundle-ConsentViewController-ConsentViewController-tvOS-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 7.12.6 + 7.12.7 CFBundleSignature ???? CFBundleVersion diff --git a/Package.swift b/Package.swift index 3aa8fcf9b..a0955a6b6 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,9 @@ let package = Package( targets: [ .binaryTarget( name: "ConsentViewController", - path: "./XCFramework/SPM/ConsentViewController.xcframework" + // path: "./build/SPMConsentViewController.xcframework" <-- use for local development + url: "https://github.com/SourcePointUSA/ios-cmp-app/releases/download/7.12.7-rc.3/SPMConsentViewController.xcframework.zip", + checksum: "3df1359a56401a38521e5000391a55753a7bf2200e98b157c52f80283d108fb8" ) ] ) diff --git a/README.md b/README.md index f7fb85e75..ca08b4bdc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ In your `Podfile` add the following line to your app target: ``` -pod 'ConsentViewController', '7.12.6' +pod 'ConsentViewController', '7.12.7-rc.3' ``` The SDK has a static transitive dependency. If you use `use_frameworks!` on your Podfile, make sure to link it statically: diff --git a/XCFramework/ConsentViewController.xcframework.zip b/XCFramework/ConsentViewController.xcframework.zip deleted file mode 100644 index 012d1f0a0..000000000 Binary files a/XCFramework/ConsentViewController.xcframework.zip and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/Info.plist b/XCFramework/ConsentViewController.xcframework/Info.plist deleted file mode 100644 index 52e9ee207..000000000 --- a/XCFramework/ConsentViewController.xcframework/Info.plist +++ /dev/null @@ -1,75 +0,0 @@ - - - - - AvailableLibraries - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - tvos-arm64 - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - ios-arm64 - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - tvos-arm64_x86_64-simulator - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - tvos - SupportedPlatformVariant - simulator - - - CFBundlePackageType - XFWK - XCFrameworkFormatVersion - 1.0 - - diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/ConsentViewController b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/ConsentViewController deleted file mode 100644 index 4d0c6dee9..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index d7aaccb57..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,1302 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface WKWebView (SWIFT_EXTENSION(ConsentViewController)) -- (void)setFontScale:(float)scale; -/// Injects Sourcepoint’s user data into the webview. -/// This method is used in cases when your app has a web-based portion that also needs consent information. Make sure to check the discussion below. -/// There are a few things to notice: -///
    -///
  • -/// the web page should countain Sourcepoint’s web script in it -///
  • -///
  • -/// you should append query param _sp_pass_consent=true to your page (so the our web script knows it should wait for consent data) -///
  • -///
  • -/// you need to call preloadConsent only after the url been loaded into the webview (ie. after .load(URLRequest)) -///
  • -///
-- (void)preloadConsentFrom:(SPUserData * _Nonnull)consents; -/// Reads the value of the cookie authId -- (void)getAuthIdWithHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))handler SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -/// Injects the cookie authId in the webview before loading its content. -/// SourcePoint’s web SDK reads the authId cookie and set everything up in the webview context. -- (void)setConsentForAuthId:(NSString * _Nonnull)authId SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-iOS-umbrella.h b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-iOS-umbrella.h deleted file mode 100644 index 64a72fff6..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-iOS-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; - diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Info.plist b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Info.plist deleted file mode 100644 index 7eb8cd228..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.abi.json b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.abi.json deleted file mode 100644 index 3d664c02f..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.abi.json +++ /dev/null @@ -1,44923 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Available", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WKWebView", - "printedName": "WKWebView", - "children": [ - { - "kind": "TypeDecl", - "name": "PreloadConsentsPayload", - "printedName": "PreloadConsentsPayload", - "children": [ - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Function", - "name": "setFontScale", - "printedName": "setFontScale(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setFontScale:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE12setFontScaleyySfF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "preloadConsent", - "printedName": "preloadConsent(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)preloadConsentFrom:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE07preloadC04fromyAC10SPUserDataC_tF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAuthId", - "printedName": "getAuthId(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, (any Swift.Error)?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String?, (any Swift.Error)?)", - "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": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)getAuthIdWithHandler:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE9getAuthId7handleryySSSg_s5Error_pSgtc_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setConsentFor", - "printedName": "setConsentFor(authId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setConsentForAuthId:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE03setC3For6authIdySS_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)WKWebView", - "moduleName": "WebKit", - "isOpen": true, - "intro_iOS": "8.0", - "objc_name": "WKWebView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 889, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1059, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1101, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1133, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1232, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 5881, - "length": 14, - "value": "\"SPJSReceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6035, - "length": 4, - "value": "\"js\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6195, - "length": 104, - "value": "\"\ndocument.documentElement.style.setProperty('--font-scale', \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6296, - "length": 1, - "value": "\");\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 6766, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 7044, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 275, - "length": 16, - "value": "\"sp.loadConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 429, - "length": 20, - "value": "\"sp.readyForConsent\"" - } - ] -} \ No newline at end of file diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.private.swiftinterface b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.private.swiftinterface deleted file mode 100644 index d312c4de9..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.private.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftdoc b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftdoc deleted file mode 100644 index 773de42ba..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftdoc and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftinterface b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftinterface deleted file mode 100644 index d312c4de9..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 18cd0ecc7..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController-iOS-umbrella.h" - - export * - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController deleted file mode 100644 index c9ada19b6..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index cb5cefbb1..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,2600 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface WKWebView (SWIFT_EXTENSION(ConsentViewController)) -- (void)setFontScale:(float)scale; -/// Injects Sourcepoint’s user data into the webview. -/// This method is used in cases when your app has a web-based portion that also needs consent information. Make sure to check the discussion below. -/// There are a few things to notice: -///
    -///
  • -/// the web page should countain Sourcepoint’s web script in it -///
  • -///
  • -/// you should append query param _sp_pass_consent=true to your page (so the our web script knows it should wait for consent data) -///
  • -///
  • -/// you need to call preloadConsent only after the url been loaded into the webview (ie. after .load(URLRequest)) -///
  • -///
-- (void)preloadConsentFrom:(SPUserData * _Nonnull)consents; -/// Reads the value of the cookie authId -- (void)getAuthIdWithHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))handler SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -/// Injects the cookie authId in the webview before loading its content. -/// SourcePoint’s web SDK reads the authId cookie and set everything up in the webview context. -- (void)setConsentForAuthId:(NSString * _Nonnull)authId SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface WKWebView (SWIFT_EXTENSION(ConsentViewController)) -- (void)setFontScale:(float)scale; -/// Injects Sourcepoint’s user data into the webview. -/// This method is used in cases when your app has a web-based portion that also needs consent information. Make sure to check the discussion below. -/// There are a few things to notice: -///
    -///
  • -/// the web page should countain Sourcepoint’s web script in it -///
  • -///
  • -/// you should append query param _sp_pass_consent=true to your page (so the our web script knows it should wait for consent data) -///
  • -///
  • -/// you need to call preloadConsent only after the url been loaded into the webview (ie. after .load(URLRequest)) -///
  • -///
-- (void)preloadConsentFrom:(SPUserData * _Nonnull)consents; -/// Reads the value of the cookie authId -- (void)getAuthIdWithHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))handler SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -/// Injects the cookie authId in the webview before loading its content. -/// SourcePoint’s web SDK reads the authId cookie and set everything up in the webview context. -- (void)setConsentForAuthId:(NSString * _Nonnull)authId SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-iOS-umbrella.h b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-iOS-umbrella.h deleted file mode 100644 index 64a72fff6..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-iOS-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; - diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist deleted file mode 100644 index 97f1437ef..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json deleted file mode 100644 index 3d664c02f..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json +++ /dev/null @@ -1,44923 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Available", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WKWebView", - "printedName": "WKWebView", - "children": [ - { - "kind": "TypeDecl", - "name": "PreloadConsentsPayload", - "printedName": "PreloadConsentsPayload", - "children": [ - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Function", - "name": "setFontScale", - "printedName": "setFontScale(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setFontScale:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE12setFontScaleyySfF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "preloadConsent", - "printedName": "preloadConsent(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)preloadConsentFrom:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE07preloadC04fromyAC10SPUserDataC_tF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAuthId", - "printedName": "getAuthId(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, (any Swift.Error)?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String?, (any Swift.Error)?)", - "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": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)getAuthIdWithHandler:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE9getAuthId7handleryySSSg_s5Error_pSgtc_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setConsentFor", - "printedName": "setConsentFor(authId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setConsentForAuthId:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE03setC3For6authIdySS_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)WKWebView", - "moduleName": "WebKit", - "isOpen": true, - "intro_iOS": "8.0", - "objc_name": "WKWebView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 889, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1059, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1101, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1133, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1232, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 5881, - "length": 14, - "value": "\"SPJSReceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6035, - "length": 4, - "value": "\"js\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6195, - "length": 104, - "value": "\"\ndocument.documentElement.style.setProperty('--font-scale', \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6296, - "length": 1, - "value": "\");\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 6766, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 7044, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 275, - "length": 16, - "value": "\"sp.loadConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 429, - "length": 20, - "value": "\"sp.readyForConsent\"" - } - ] -} \ No newline at end of file diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface deleted file mode 100644 index 1087d0589..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc deleted file mode 100644 index 078615f58..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface deleted file mode 100644 index 1087d0589..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json deleted file mode 100644 index 3d664c02f..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ /dev/null @@ -1,44923 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Available", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WKWebView", - "printedName": "WKWebView", - "children": [ - { - "kind": "TypeDecl", - "name": "PreloadConsentsPayload", - "printedName": "PreloadConsentsPayload", - "children": [ - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Function", - "name": "setFontScale", - "printedName": "setFontScale(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setFontScale:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE12setFontScaleyySfF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "preloadConsent", - "printedName": "preloadConsent(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)preloadConsentFrom:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE07preloadC04fromyAC10SPUserDataC_tF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAuthId", - "printedName": "getAuthId(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, (any Swift.Error)?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String?, (any Swift.Error)?)", - "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": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)getAuthIdWithHandler:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE9getAuthId7handleryySSSg_s5Error_pSgtc_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setConsentFor", - "printedName": "setConsentFor(authId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setConsentForAuthId:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE03setC3For6authIdySS_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)WKWebView", - "moduleName": "WebKit", - "isOpen": true, - "intro_iOS": "8.0", - "objc_name": "WKWebView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 889, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1059, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1101, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1133, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1232, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 5881, - "length": 14, - "value": "\"SPJSReceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6035, - "length": 4, - "value": "\"js\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6195, - "length": 104, - "value": "\"\ndocument.documentElement.style.setProperty('--font-scale', \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6296, - "length": 1, - "value": "\");\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 6766, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 7044, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 275, - "length": 16, - "value": "\"sp.loadConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 429, - "length": 20, - "value": "\"sp.readyForConsent\"" - } - ] -} \ No newline at end of file diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface deleted file mode 100644 index 18f9e7533..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc deleted file mode 100644 index f2c9f74f4..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface deleted file mode 100644 index 18f9e7533..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 18cd0ecc7..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController-iOS-umbrella.h" - - export * - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeDirectory b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeDirectory deleted file mode 100644 index 8d28479cb..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeDirectory and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements deleted file mode 100644 index dbf9d6144..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements-1 b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements-1 deleted file mode 100644 index 6ac7486cc..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements-1 and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources b/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources deleted file mode 100644 index 61356b232..000000000 --- a/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,297 +0,0 @@ - - - - - files - - Headers/ConsentViewController-Swift.h - - JTXWWlEoHt8cRo+77ZYlD12kdTE= - - Headers/ConsentViewController-iOS-umbrella.h - - Jf8PhsagB0WuK9VDD23Huno3Q0s= - - Info.plist - - wkXbTo4o5K3Xa5ee+K48TzQz+Js= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json - - effzCgDVcUaPwiK0ucpvfAx4C58= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - - JxJQFhkh8gDhN0p+pVbFTIDMyTg= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc - - 2d5p/v9rfHU+ExukcndSwyTF38k= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface - - JxJQFhkh8gDhN0p+pVbFTIDMyTg= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftmodule - - KGdv4qFplHvKFnKysl9uEVEuEWQ= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json - - effzCgDVcUaPwiK0ucpvfAx4C58= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - - C77LbVUiEniIlxNJsrDJKiUXPTU= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - gSTRHIg9vFTftzPW5DCraWHC22M= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - C77LbVUiEniIlxNJsrDJKiUXPTU= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - yUModagZwvI8A1etxaV2XmdENik= - - Modules/module.modulemap - - vpeViLW2yUqKzrhQR39PaWl1sfo= - - - files2 - - Headers/ConsentViewController-Swift.h - - hash - - JTXWWlEoHt8cRo+77ZYlD12kdTE= - - hash2 - - g+ZqU1WvkzSwPlF88nz7V/s9CWRduh3XWjR2DOyVNHA= - - - Headers/ConsentViewController-iOS-umbrella.h - - hash - - Jf8PhsagB0WuK9VDD23Huno3Q0s= - - hash2 - - oDUSz5dE13C7VZWEPA8DSvGmaXmAQGFp9t0RRBEasvs= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json - - hash - - effzCgDVcUaPwiK0ucpvfAx4C58= - - hash2 - - Ae1ZoDJrv5CJKfx6x8Z1xCCsrt9eY6RAJ9m3RfuIoQ0= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - - hash - - JxJQFhkh8gDhN0p+pVbFTIDMyTg= - - hash2 - - VCf9BCtbGWmuIJ9s/XkWLkMFWCvCDB7V0kSw/ualNZ4= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc - - hash - - 2d5p/v9rfHU+ExukcndSwyTF38k= - - hash2 - - HdkfOqSSLVG90hlBJkpzG7BVZtmWnwRmdihh++TI6io= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface - - hash - - JxJQFhkh8gDhN0p+pVbFTIDMyTg= - - hash2 - - VCf9BCtbGWmuIJ9s/XkWLkMFWCvCDB7V0kSw/ualNZ4= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftmodule - - hash - - KGdv4qFplHvKFnKysl9uEVEuEWQ= - - hash2 - - qL4ExcHTTScLScu+Guqy3Jed6khgcNac15xefD8ASs8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json - - hash - - effzCgDVcUaPwiK0ucpvfAx4C58= - - hash2 - - Ae1ZoDJrv5CJKfx6x8Z1xCCsrt9eY6RAJ9m3RfuIoQ0= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - - hash - - C77LbVUiEniIlxNJsrDJKiUXPTU= - - hash2 - - J/YG+hT/KYvytJq2AQXXVP4zdpVTJ5neilmFKiDXxEI= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - hash - - gSTRHIg9vFTftzPW5DCraWHC22M= - - hash2 - - xyus9RnA7Y6saiqMB5wMAj07YA1vZe/Fnd32eIare1Y= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - hash - - C77LbVUiEniIlxNJsrDJKiUXPTU= - - hash2 - - J/YG+hT/KYvytJq2AQXXVP4zdpVTJ5neilmFKiDXxEI= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - hash - - yUModagZwvI8A1etxaV2XmdENik= - - hash2 - - gjVwKeXSp8s3salLwJ03iGDYJrGKFz7/Nnt0KURaP1w= - - - Modules/module.modulemap - - hash - - vpeViLW2yUqKzrhQR39PaWl1sfo= - - hash2 - - /4q8unB/8rECPTcQCeEJn0fzlu5fcsVjTkeRQ3tm/Ws= - - - - 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/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Barcode.png b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Barcode.png deleted file mode 100644 index 9ee3831ad..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Barcode.png and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController deleted file mode 100755 index 7e6732e92..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/Barcode.png b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/Barcode.png deleted file mode 100644 index 9ee3831ad..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/Barcode.png and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/Info.plist b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/Info.plist deleted file mode 100644 index f11bbfb3b..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/Info.plist and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/PrivacyInfo.xcprivacy b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/PrivacyInfo.xcprivacy deleted file mode 100644 index f26123a74..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,47 +0,0 @@ - - - - - NSPrivacyTracking - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeUserID - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeProductInteraction - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - NSPrivacyCollectedDataTypePurposeAnalytics - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - - diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SPJSReceiver.js b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SPJSReceiver.js deleted file mode 100644 index 7526e4add..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SPJSReceiver.js +++ /dev/null @@ -1,123 +0,0 @@ -var postToWebView = function (webview) { - return function(name, body) { - webview.postMessage({ name: name, body: body || {} }, "*"); - }; -}(window.webkit.messageHandlers.SPJSReceiver); - -window.SDK = function (postToWebView) { - return { - loadMessage: function(messageJSON) { - var messagePayload = Object.assign({}, messageJSON, { - name: "sp.loadMessage", - fromNativeSDK: true - }); - window.postMessage(messagePayload, "*"); - }, - readyForPreload: function () { - postToWebView("readyForPreload"); - }, - onMessageReady: function() { - postToWebView("onMessageReady"); - }, - onPMReady: function() { - postToWebView("onPMReady"); - }, - onAction: function(action) { - postToWebView("onAction", action); - }, - onError: function(error) { - postToWebView("onError", { error: error }); - }, - onMessageEvent: function(payload) { - postToWebView("onMessageEvent", payload); - } - }; -}(postToWebView); - -var getActionFromMessage = function (eventData) { - var choiceAction = eventData.payload.filter(function (action) { - return action.type === 'choice'; - })[0] || {}; - var choiceData = choiceAction.data || {}; - return { - id: String(choiceData.choice_id), - type: choiceData.type, - pmUrl: choiceData.pmUrl || choiceData.iframe_url, - consentLanguage: eventData.consentLanguage, - customActionId: choiceData.customAction, - messageId: eventData.messageId - }; -}; - -var handleMessageEvent = function(SDK) { - return function(eventData) { - switch(eventData.name) { - case "sp.readyForPreload": - SDK.readyForPreload(); - break; - case "sp.loadMessage": - /* do nothing */ - break; - case "sp.showMessage": - eventData.fromPM ? SDK.onPMReady() : SDK.onMessageReady(); - break; - case "sp.hideMessage": - eventData.fromPM ? - SDK.onAction({ - type: eventData.actionType, - payload: eventData.payload, - consentLanguage: eventData.consentLanguage, - customActionId: eventData.customAction, - pmUrl: eventData.pmUrl, - messageId: eventData.messageId - }) : - SDK.onAction(getActionFromMessage(eventData)); - break; - case "sp.renderingAppError": - SDK.onError(eventData); - break; - default: - eventData.payload.action = eventData.name; - SDK.onMessageEvent(eventData); - } - }; -}; - -function isFromPM(event) { - event.settings = event.settings || {}; - return event.fromPM || event.settings.vendorList; -} - -function isError(event) { - return event.stackTrace !== undefined; -} - -function handleError(event) { - window.SDK.onError({ - code: event.code, - title: event.title, - stackTrace: event.stackTrace - }); -} - -var handleMessageOrPMEvent = function (SDK) { - return function (event) { - var data = event.data; - try { - isError(event) ? handleError(event) : handleMessageEvent(SDK)({ - name: data.name, - fromPM: isFromPM(data), - actionType: data.actionType, - payload: data.payload || data.actions || {}, - consentLanguage: data.consentLanguage, - customAction: data.customAction, - pmUrl: data.iframe_url, - messageId: data.messageId - }); - } catch (error) { - SDK.onError(error); - } - }; -}; - -window.addEventListener("message", handleMessageOrPMEvent(window.SDK)); diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SPJSReceiver.spec.js b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SPJSReceiver.spec.js deleted file mode 100644 index 235da4497..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SPJSReceiver.spec.js +++ /dev/null @@ -1,5 +0,0 @@ -require("./SPJSReceiver") - -it.skip("SPJSReceiver", () => { - -}) diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SP_Icon.png b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SP_Icon.png deleted file mode 100644 index c95c861d0..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/SP_Icon.png and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/images/Barcode.png b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/images/Barcode.png deleted file mode 100644 index 88a6b7977..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/images/Barcode.png and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/images/SP_Icon.png b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/images/SP_Icon.png deleted file mode 100644 index ccda465eb..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/images/SP_Icon.png and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/SPJSReceiver.js b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/SPJSReceiver.js deleted file mode 100644 index 7526e4add..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/SPJSReceiver.js +++ /dev/null @@ -1,123 +0,0 @@ -var postToWebView = function (webview) { - return function(name, body) { - webview.postMessage({ name: name, body: body || {} }, "*"); - }; -}(window.webkit.messageHandlers.SPJSReceiver); - -window.SDK = function (postToWebView) { - return { - loadMessage: function(messageJSON) { - var messagePayload = Object.assign({}, messageJSON, { - name: "sp.loadMessage", - fromNativeSDK: true - }); - window.postMessage(messagePayload, "*"); - }, - readyForPreload: function () { - postToWebView("readyForPreload"); - }, - onMessageReady: function() { - postToWebView("onMessageReady"); - }, - onPMReady: function() { - postToWebView("onPMReady"); - }, - onAction: function(action) { - postToWebView("onAction", action); - }, - onError: function(error) { - postToWebView("onError", { error: error }); - }, - onMessageEvent: function(payload) { - postToWebView("onMessageEvent", payload); - } - }; -}(postToWebView); - -var getActionFromMessage = function (eventData) { - var choiceAction = eventData.payload.filter(function (action) { - return action.type === 'choice'; - })[0] || {}; - var choiceData = choiceAction.data || {}; - return { - id: String(choiceData.choice_id), - type: choiceData.type, - pmUrl: choiceData.pmUrl || choiceData.iframe_url, - consentLanguage: eventData.consentLanguage, - customActionId: choiceData.customAction, - messageId: eventData.messageId - }; -}; - -var handleMessageEvent = function(SDK) { - return function(eventData) { - switch(eventData.name) { - case "sp.readyForPreload": - SDK.readyForPreload(); - break; - case "sp.loadMessage": - /* do nothing */ - break; - case "sp.showMessage": - eventData.fromPM ? SDK.onPMReady() : SDK.onMessageReady(); - break; - case "sp.hideMessage": - eventData.fromPM ? - SDK.onAction({ - type: eventData.actionType, - payload: eventData.payload, - consentLanguage: eventData.consentLanguage, - customActionId: eventData.customAction, - pmUrl: eventData.pmUrl, - messageId: eventData.messageId - }) : - SDK.onAction(getActionFromMessage(eventData)); - break; - case "sp.renderingAppError": - SDK.onError(eventData); - break; - default: - eventData.payload.action = eventData.name; - SDK.onMessageEvent(eventData); - } - }; -}; - -function isFromPM(event) { - event.settings = event.settings || {}; - return event.fromPM || event.settings.vendorList; -} - -function isError(event) { - return event.stackTrace !== undefined; -} - -function handleError(event) { - window.SDK.onError({ - code: event.code, - title: event.title, - stackTrace: event.stackTrace - }); -} - -var handleMessageOrPMEvent = function (SDK) { - return function (event) { - var data = event.data; - try { - isError(event) ? handleError(event) : handleMessageEvent(SDK)({ - name: data.name, - fromPM: isFromPM(data), - actionType: data.actionType, - payload: data.payload || data.actions || {}, - consentLanguage: data.consentLanguage, - customAction: data.customAction, - pmUrl: data.iframe_url, - messageId: data.messageId - }); - } catch (error) { - SDK.onError(error); - } - }; -}; - -window.addEventListener("message", handleMessageOrPMEvent(window.SDK)); diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/SPJSReceiver.spec.js b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/SPJSReceiver.spec.js deleted file mode 100644 index 235da4497..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/SPJSReceiver.spec.js +++ /dev/null @@ -1,5 +0,0 @@ -require("./SPJSReceiver") - -it.skip("SPJSReceiver", () => { - -}) diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/jest.config.json b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/jest.config.json deleted file mode 100644 index d0b625574..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/javascript/jest.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "globals": { - "webkit": { - "messageHandlers": {} - } - } -} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/jest.config.json b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/jest.config.json deleted file mode 100644 index d0b625574..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController.bundle/jest.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "globals": { - "webkit": { - "messageHandlers": {} - } - } -} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index f364b1539..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,1194 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import Foundation; -@import ObjectiveC; -@import UIKit; -#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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeUnknown = 4, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-tvOS-umbrella.h b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-tvOS-umbrella.h deleted file mode 100644 index 64a72fff6..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-tvOS-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; - diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Info.plist b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Info.plist deleted file mode 100644 index 7966e9a4f..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/LongButtonViewCell.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/LongButtonViewCell.nib deleted file mode 100644 index f04a47056..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/LongButtonViewCell.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.abi.json b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.abi.json deleted file mode 100644 index 557ca6c59..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.abi.json +++ /dev/null @@ -1,41076 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CategoryContentType", - "printedName": "CategoryContentType", - "children": [ - { - "kind": "Var", - "name": "consent", - "printedName": "consent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "legitimate", - "printedName": "legitimate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "specialFeatures", - "printedName": "specialFeatures", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController19CategoryContentTypeO", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios1411environmentAcA10SPCampaignCSg_A3kA0J3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Down", - "printedName": "Down", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "TVUIKit", - "printedName": "TVUIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnatAcA9SPConsentCyAA13SPGDPRConsentCGSg_AHyAA13SPCCPAConsentCGSgAHyAA07SPUSNatA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnatAcA9SPConsentCyAA13SPGDPRConsentCGSg_AHyAA13SPCCPAConsentCGSgAHyAA07SPUSNatA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "KotlinBoolean", - "printedName": "KotlinBoolean", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(bool:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "SPMobileCore.KotlinBoolean?", - "children": [ - { - "kind": "TypeNominal", - "name": "KotlinBoolean", - "printedName": "SPMobileCore.KotlinBoolean", - "usr": "c:objc(cs)SPMCBoolean" - } - ], - "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": "Constructor", - "usr": "s:So11SPMCBooleanC21ConsentViewControllerE4boolABSgSbSg_tcfc", - "mangledName": "$sSo11SPMCBooleanC21ConsentViewControllerE4boolABSgSbSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)SPMCBoolean", - "moduleName": "SPMobileCore", - "isOpen": true, - "objc_name": "SPMCBoolean", - "declAttributes": [ - "ObjC", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)SPMCNumber", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "SPMobileCore.KotlinNumber", - "Foundation.NSNumber", - "Foundation.NSValue", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ExpressibleByFloatLiteral", - "printedName": "ExpressibleByFloatLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "FloatLiteralType", - "printedName": "FloatLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - } - ], - "usr": "s:s25ExpressibleByFloatLiteralP", - "mangledName": "$ss25ExpressibleByFloatLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByIntegerLiteral", - "printedName": "ExpressibleByIntegerLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "IntegerLiteralType", - "printedName": "IntegerLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:s27ExpressibleByIntegerLiteralP", - "mangledName": "$ss27ExpressibleByIntegerLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByBooleanLiteral", - "printedName": "ExpressibleByBooleanLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "BooleanLiteralType", - "printedName": "BooleanLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "usr": "s:s27ExpressibleByBooleanLiteralP", - "mangledName": "$ss27ExpressibleByBooleanLiteralP" - }, - { - "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "KotlinInt", - "printedName": "KotlinInt", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(int:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "SPMobileCore.KotlinInt?", - "children": [ - { - "kind": "TypeNominal", - "name": "KotlinInt", - "printedName": "SPMobileCore.KotlinInt", - "usr": "c:objc(cs)SPMCInt" - } - ], - "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:So7SPMCIntC21ConsentViewControllerE3intABSgSiSg_tcfc", - "mangledName": "$sSo7SPMCIntC21ConsentViewControllerE3intABSgSiSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)SPMCInt", - "moduleName": "SPMobileCore", - "isOpen": true, - "objc_name": "SPMCInt", - "declAttributes": [ - "ObjC", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)SPMCNumber", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "SPMobileCore.KotlinNumber", - "Foundation.NSNumber", - "Foundation.NSValue", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ExpressibleByFloatLiteral", - "printedName": "ExpressibleByFloatLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "FloatLiteralType", - "printedName": "FloatLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - } - ], - "usr": "s:s25ExpressibleByFloatLiteralP", - "mangledName": "$ss25ExpressibleByFloatLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByIntegerLiteral", - "printedName": "ExpressibleByIntegerLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "IntegerLiteralType", - "printedName": "IntegerLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:s27ExpressibleByIntegerLiteralP", - "mangledName": "$ss27ExpressibleByIntegerLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByBooleanLiteral", - "printedName": "ExpressibleByBooleanLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "BooleanLiteralType", - "printedName": "BooleanLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "usr": "s:s27ExpressibleByBooleanLiteralP", - "mangledName": "$ss27ExpressibleByBooleanLiteralP" - }, - { - "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "KotlinFloat", - "printedName": "KotlinFloat", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(float:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "SPMobileCore.KotlinFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "KotlinFloat", - "printedName": "SPMobileCore.KotlinFloat", - "usr": "c:objc(cs)SPMCFloat" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Float?", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So9SPMCFloatC21ConsentViewControllerE5floatABSgSfSg_tcfc", - "mangledName": "$sSo9SPMCFloatC21ConsentViewControllerE5floatABSgSfSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)SPMCFloat", - "moduleName": "SPMobileCore", - "isOpen": true, - "objc_name": "SPMCFloat", - "declAttributes": [ - "ObjC", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)SPMCNumber", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "SPMobileCore.KotlinNumber", - "Foundation.NSNumber", - "Foundation.NSValue", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ExpressibleByFloatLiteral", - "printedName": "ExpressibleByFloatLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "FloatLiteralType", - "printedName": "FloatLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - } - ], - "usr": "s:s25ExpressibleByFloatLiteralP", - "mangledName": "$ss25ExpressibleByFloatLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByIntegerLiteral", - "printedName": "ExpressibleByIntegerLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "IntegerLiteralType", - "printedName": "IntegerLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:s27ExpressibleByIntegerLiteralP", - "mangledName": "$ss27ExpressibleByIntegerLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByBooleanLiteral", - "printedName": "ExpressibleByBooleanLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "BooleanLiteralType", - "printedName": "BooleanLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "usr": "s:s27ExpressibleByBooleanLiteralP", - "mangledName": "$ss27ExpressibleByBooleanLiteralP" - }, - { - "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1541, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1825, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1890, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1950, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2012, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2078, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2146, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2223, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2239, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2258, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2381, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2397, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2416, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2455, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2552, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2576, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Data\/GDPRPMPayload.swift", - "kind": "Array", - "offset": 786, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 238, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2420, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2657, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2841, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3077, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3233, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4644, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1729, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3555, - "length": 221, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3613, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3648, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3685, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3722, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3764, - "length": 366, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 7, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 398, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 432, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 486, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 684, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "Array", - "offset": 726, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 1170, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPANativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 544, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "Array", - "offset": 345, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 480, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 662, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 368, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 419, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 810, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 1986, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2298, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2329, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8515, - "length": 7, - "value": "\"7.8.0\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8599, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8683, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8769, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9482, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9692, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 11926, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14122, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16324, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPFocusableTextView.swift", - "kind": "BooleanLiteral", - "offset": 364, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 575, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 631, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 660, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 702, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 765, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 963, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 1165, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "Array", - "offset": 1230, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 2490, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 2540, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 2656, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 2713, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 2793, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "Array", - "offset": 551, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 626, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "BooleanLiteral", - "offset": 13134, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "Array", - "offset": 558, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 442, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 1530, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2175, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2217, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 2033, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 3100, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 8948, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 12858, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 12869, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 780, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 798, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPQRCode.swift", - "kind": "IntegerLiteral", - "offset": 219, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2571, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 2766, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 2999, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3262, - "length": 107, - "value": "\"gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3296, - "length": 1, - "value": "\", ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3331, - "length": 1, - "value": "\", usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3368, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - } - ] -} \ No newline at end of file diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.private.swiftinterface b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.private.swiftinterface deleted file mode 100644 index 005167816..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.private.swiftinterface +++ /dev/null @@ -1,1149 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3) -// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Down -import Foundation -import SPMobileCore -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -extension SPMobileCore.KotlinBoolean { - convenience public init?(bool value: Swift.Bool?) -} -extension SPMobileCore.KotlinInt { - convenience public init?(int value: Swift.Int?) -} -extension SPMobileCore.KotlinFloat { - convenience public init?(float value: Swift.Float?) -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - @objc dynamic public func toJSON() -> Swift.String? -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - public init?(rawValue: Swift.Int) - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - @objc public var pmId: Swift.String? { - @objc get - } - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - public init?(stringValue: Swift.String) - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - public init(from gcmData: ConsentViewController.SPGCMData?) - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - public init?(rawValue: Swift.Int) - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - public let stringValue: Swift.String - public init(_ string: Swift.String) - public init?(stringValue: Swift.String) - public var intValue: Swift.Int? { - get - } - public init?(intValue: Swift.Int) - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - public var stringValue: Swift.String? { - get - } - public var nullValue: Any? { - get - } - public var doubleValue: Swift.Double? { - get - } - public var intValue: Swift.Int? { - get - } - public var boolValue: Swift.Bool? { - get - } - public var anyValue: Any? { - get - } - public var dictionaryValue: [Swift.String : Any]? { - get - } - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - public var pmId: Swift.String? { - get - } - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - public init(_ value: (any Swift.Encodable)?) - public func encode(to encoder: any Swift.Encoder) throws - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - @objc static func clearAllData() - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) -} -extension ConsentViewController.SPSDK { - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) -} -extension UIKit.UIColor { - convenience public init?(hexString: Swift.String?) -} -extension Foundation.URL { - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(consents: ConsentType?, applies: Swift.Bool) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil) - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - func objcGDPRApplies() -> Swift.Bool - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - func objcCCPAApplies() -> Swift.Bool - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - func objcUSNatApplies() -> Swift.Bool -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - @objc dynamic public func objcUSNatApplies() -> Swift.Bool -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftdoc b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftdoc deleted file mode 100644 index b53820e72..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftdoc and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftinterface b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftinterface deleted file mode 100644 index 005167816..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftinterface +++ /dev/null @@ -1,1149 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3) -// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Down -import Foundation -import SPMobileCore -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -extension SPMobileCore.KotlinBoolean { - convenience public init?(bool value: Swift.Bool?) -} -extension SPMobileCore.KotlinInt { - convenience public init?(int value: Swift.Int?) -} -extension SPMobileCore.KotlinFloat { - convenience public init?(float value: Swift.Float?) -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - @objc dynamic public func toJSON() -> Swift.String? -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - public init?(rawValue: Swift.Int) - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - @objc public var pmId: Swift.String? { - @objc get - } - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - public init?(stringValue: Swift.String) - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - public init(from gcmData: ConsentViewController.SPGCMData?) - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - public init?(rawValue: Swift.Int) - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - public let stringValue: Swift.String - public init(_ string: Swift.String) - public init?(stringValue: Swift.String) - public var intValue: Swift.Int? { - get - } - public init?(intValue: Swift.Int) - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - public var stringValue: Swift.String? { - get - } - public var nullValue: Any? { - get - } - public var doubleValue: Swift.Double? { - get - } - public var intValue: Swift.Int? { - get - } - public var boolValue: Swift.Bool? { - get - } - public var anyValue: Any? { - get - } - public var dictionaryValue: [Swift.String : Any]? { - get - } - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - public var pmId: Swift.String? { - get - } - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - public init(_ value: (any Swift.Encodable)?) - public func encode(to encoder: any Swift.Encoder) throws - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - @objc static func clearAllData() - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) -} -extension ConsentViewController.SPSDK { - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) -} -extension UIKit.UIColor { - convenience public init?(hexString: Swift.String?) -} -extension Foundation.URL { - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(consents: ConsentType?, applies: Swift.Bool) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil) - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - func objcGDPRApplies() -> Swift.Bool - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - func objcCCPAApplies() -> Swift.Bool - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - func objcUSNatApplies() -> Swift.Bool -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - @objc dynamic public func objcUSNatApplies() -> Swift.Bool -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 1f74f5587..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController-tvOS-umbrella.h" - - export * - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib deleted file mode 100644 index 75deaf477..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib deleted file mode 100644 index 5d12f7a49..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib deleted file mode 100644 index 8931a09d4..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAPartnersViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAPartnersViewController.nib deleted file mode 100644 index 75baef640..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib deleted file mode 100644 index e7bfbe7db..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCustomViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCustomViewController.nib deleted file mode 100644 index 2f1610741..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCustomViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib deleted file mode 100644 index 1d7b9a2be..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib deleted file mode 100644 index 76ffd2412..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib deleted file mode 100644 index 5be5db348..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRPartnersViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRPartnersViewController.nib deleted file mode 100644 index b15429d05..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib deleted file mode 100644 index e88cc2dc2..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPJSReceiver.js b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPJSReceiver.js deleted file mode 100644 index 7526e4add..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPJSReceiver.js +++ /dev/null @@ -1,123 +0,0 @@ -var postToWebView = function (webview) { - return function(name, body) { - webview.postMessage({ name: name, body: body || {} }, "*"); - }; -}(window.webkit.messageHandlers.SPJSReceiver); - -window.SDK = function (postToWebView) { - return { - loadMessage: function(messageJSON) { - var messagePayload = Object.assign({}, messageJSON, { - name: "sp.loadMessage", - fromNativeSDK: true - }); - window.postMessage(messagePayload, "*"); - }, - readyForPreload: function () { - postToWebView("readyForPreload"); - }, - onMessageReady: function() { - postToWebView("onMessageReady"); - }, - onPMReady: function() { - postToWebView("onPMReady"); - }, - onAction: function(action) { - postToWebView("onAction", action); - }, - onError: function(error) { - postToWebView("onError", { error: error }); - }, - onMessageEvent: function(payload) { - postToWebView("onMessageEvent", payload); - } - }; -}(postToWebView); - -var getActionFromMessage = function (eventData) { - var choiceAction = eventData.payload.filter(function (action) { - return action.type === 'choice'; - })[0] || {}; - var choiceData = choiceAction.data || {}; - return { - id: String(choiceData.choice_id), - type: choiceData.type, - pmUrl: choiceData.pmUrl || choiceData.iframe_url, - consentLanguage: eventData.consentLanguage, - customActionId: choiceData.customAction, - messageId: eventData.messageId - }; -}; - -var handleMessageEvent = function(SDK) { - return function(eventData) { - switch(eventData.name) { - case "sp.readyForPreload": - SDK.readyForPreload(); - break; - case "sp.loadMessage": - /* do nothing */ - break; - case "sp.showMessage": - eventData.fromPM ? SDK.onPMReady() : SDK.onMessageReady(); - break; - case "sp.hideMessage": - eventData.fromPM ? - SDK.onAction({ - type: eventData.actionType, - payload: eventData.payload, - consentLanguage: eventData.consentLanguage, - customActionId: eventData.customAction, - pmUrl: eventData.pmUrl, - messageId: eventData.messageId - }) : - SDK.onAction(getActionFromMessage(eventData)); - break; - case "sp.renderingAppError": - SDK.onError(eventData); - break; - default: - eventData.payload.action = eventData.name; - SDK.onMessageEvent(eventData); - } - }; -}; - -function isFromPM(event) { - event.settings = event.settings || {}; - return event.fromPM || event.settings.vendorList; -} - -function isError(event) { - return event.stackTrace !== undefined; -} - -function handleError(event) { - window.SDK.onError({ - code: event.code, - title: event.title, - stackTrace: event.stackTrace - }); -} - -var handleMessageOrPMEvent = function (SDK) { - return function (event) { - var data = event.data; - try { - isError(event) ? handleError(event) : handleMessageEvent(SDK)({ - name: data.name, - fromPM: isFromPM(data), - actionType: data.actionType, - payload: data.payload || data.actions || {}, - consentLanguage: data.consentLanguage, - customAction: data.customAction, - pmUrl: data.iframe_url, - messageId: data.messageId - }); - } catch (error) { - SDK.onError(error); - } - }; -}; - -window.addEventListener("message", handleMessageOrPMEvent(window.SDK)); diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPJSReceiver.spec.js b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPJSReceiver.spec.js deleted file mode 100644 index 235da4497..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPJSReceiver.spec.js +++ /dev/null @@ -1,5 +0,0 @@ -require("./SPJSReceiver") - -it.skip("SPJSReceiver", () => { - -}) diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPMHeader.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPMHeader.nib deleted file mode 100644 index 2a0593626..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPMHeader.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPrivacyPolicyViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPrivacyPolicyViewController.nib deleted file mode 100644 index 2f1610741..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPrivacyPolicyViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SP_Icon.png b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SP_Icon.png deleted file mode 100644 index c95c861d0..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SP_Icon.png and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/jest.config.json b/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/jest.config.json deleted file mode 100644 index d0b625574..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/jest.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "globals": { - "webkit": { - "messageHandlers": {} - } - } -} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController deleted file mode 100644 index a955bab34..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index 1177358e4..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,2550 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import Foundation; -@import ObjectiveC; -@import UIKit; -#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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import Foundation; -@import ObjectiveC; -@import UIKit; -#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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-tvOS-umbrella.h b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-tvOS-umbrella.h deleted file mode 100644 index 64a72fff6..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-tvOS-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; - diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist deleted file mode 100644 index fd76a1044..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/LongButtonViewCell.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/LongButtonViewCell.nib deleted file mode 100644 index 1ac0a66b9..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/LongButtonViewCell.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json deleted file mode 100644 index f60ba6b29..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json +++ /dev/null @@ -1,45352 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CategoryContentType", - "printedName": "CategoryContentType", - "children": [ - { - "kind": "Var", - "name": "consent", - "printedName": "consent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "legitimate", - "printedName": "legitimate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "specialFeatures", - "printedName": "specialFeatures", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController19CategoryContentTypeO", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "TVUIKit", - "printedName": "TVUIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Data\/GDPRPMPayload.swift", - "kind": "Array", - "offset": 786, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 238, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 398, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 432, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 486, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 684, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 1427, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPANativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 544, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "Array", - "offset": 345, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 480, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 662, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPFocusableTextView.swift", - "kind": "BooleanLiteral", - "offset": 364, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 575, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 631, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 660, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 702, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 765, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 963, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "Array", - "offset": 878, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4877, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4936, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4957, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5099, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5157, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5177, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 5244, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "Array", - "offset": 551, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 626, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "BooleanLiteral", - "offset": 13320, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "Array", - "offset": 558, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 442, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 1530, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 1966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 3033, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 7859, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 8627, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 9025, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13281, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13292, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPQRCode.swift", - "kind": "IntegerLiteral", - "offset": 219, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - } - ] -} \ No newline at end of file diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface deleted file mode 100644 index 998fa2701..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc deleted file mode 100644 index 525cad581..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface deleted file mode 100644 index 998fa2701..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json deleted file mode 100644 index f60ba6b29..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json +++ /dev/null @@ -1,45352 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CategoryContentType", - "printedName": "CategoryContentType", - "children": [ - { - "kind": "Var", - "name": "consent", - "printedName": "consent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "legitimate", - "printedName": "legitimate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "specialFeatures", - "printedName": "specialFeatures", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController19CategoryContentTypeO", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "TVUIKit", - "printedName": "TVUIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Data\/GDPRPMPayload.swift", - "kind": "Array", - "offset": 786, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 238, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 398, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 432, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 486, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 684, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 1427, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPANativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 544, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "Array", - "offset": 345, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 480, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 662, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPFocusableTextView.swift", - "kind": "BooleanLiteral", - "offset": 364, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 575, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 631, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 660, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 702, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 765, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 963, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "Array", - "offset": 878, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4877, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4936, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4957, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5099, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5157, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5177, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 5244, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "Array", - "offset": 551, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 626, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "BooleanLiteral", - "offset": 13320, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "Array", - "offset": 558, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 442, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 1530, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 1966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 3033, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 7859, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 8627, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 9025, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13281, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13292, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPQRCode.swift", - "kind": "IntegerLiteral", - "offset": 219, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - } - ] -} \ No newline at end of file diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface deleted file mode 100644 index bcebb1abd..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc deleted file mode 100644 index b8e282c4e..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface deleted file mode 100644 index bcebb1abd..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public typealias SPWebConsentPayload = Swift.String -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 1f74f5587..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController-tvOS-umbrella.h" - - export * - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib deleted file mode 100644 index 36f052e07..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib deleted file mode 100644 index 71f86cca9..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib deleted file mode 100644 index fd5711ce9..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAPartnersViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAPartnersViewController.nib deleted file mode 100644 index 1d740a0eb..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib deleted file mode 100644 index bb30c7e6d..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCustomViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCustomViewController.nib deleted file mode 100644 index fbb9cfbdc..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCustomViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib deleted file mode 100644 index 1d8ffcad8..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib deleted file mode 100644 index db9563633..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib deleted file mode 100644 index 69b080c51..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRPartnersViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRPartnersViewController.nib deleted file mode 100644 index 8c5d7c8a0..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib deleted file mode 100644 index be364bf56..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPMHeader.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPMHeader.nib deleted file mode 100644 index 617970b78..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPMHeader.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPrivacyPolicyViewController.nib b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPrivacyPolicyViewController.nib deleted file mode 100644 index fbb9cfbdc..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPrivacyPolicyViewController.nib and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeDirectory b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeDirectory deleted file mode 100644 index 2e8e10424..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeDirectory and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements deleted file mode 100644 index dbf9d6144..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements-1 b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements-1 deleted file mode 100644 index af88fde07..000000000 Binary files a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeRequirements-1 and /dev/null differ diff --git a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources deleted file mode 100644 index 8c166fbb9..000000000 --- a/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,507 +0,0 @@ - - - - - files - - Headers/ConsentViewController-Swift.h - - /L1sa2wQZrGiGQZM9xwBewHqjFg= - - Headers/ConsentViewController-tvOS-umbrella.h - - Jf8PhsagB0WuK9VDD23Huno3Q0s= - - Info.plist - - xHToAz3HkHcsJa9ky7AwTCejT/g= - - LongButtonViewCell.nib - - KOwPBa0vzpB6x6c+ue4l5JijMgs= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json - - DPvIEpfrUOmfgCbJI+CkAJQUwK8= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface - - zOJ0hJx4M7suwR0Y7/LwQrZlQ7o= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc - - MjKHzE6i8epFNJax+49G3B3ISA8= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface - - zOJ0hJx4M7suwR0Y7/LwQrZlQ7o= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftmodule - - C/J1itljPkvqqRCQ/FxCCYhIfuQ= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json - - DPvIEpfrUOmfgCbJI+CkAJQUwK8= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface - - ICgtNBLSlKzzpX0AukGekrpNpf4= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc - - DwkVhuk9hAXYGcYY78CSrIFJQK4= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface - - ICgtNBLSlKzzpX0AukGekrpNpf4= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule - - SWvFNtgygS8ChoJun+adFZhPTGw= - - Modules/module.modulemap - - P/dFBh9VO9Ki7wbp69AARqyi2Lw= - - SPCCPACategoryDetailsViewController.nib - - S3i+NPH0P+QbcXNXf6epz2CGrS8= - - SPCCPAManagePreferenceViewController.nib - - j8MT07t4Yw5wOc+s7JY4hiI9Go4= - - SPCCPANativePrivacyManagerViewController.nib - - f4LodQU0y8kyr+WLUF4dVz8BTUQ= - - SPCCPAPartnersViewController.nib - - Hn2Nw7GuJE0S/IdQsNIXomPIdaM= - - SPCCPAVendorDetailsViewController.nib - - 6wwuQd7qFVfyDiD7HK0kVmbGkfw= - - SPCustomViewController.nib - - me+Nt6FPYiI8qfKs8jzyR3uCUgA= - - SPGDPRCategoryDetailsViewController.nib - - hDPthc2JWLTdT0VrSZCxLTz3NOQ= - - SPGDPRManagePreferenceViewController.nib - - hXZHoFdNFKN+/QLJBUpiVFsukh4= - - SPGDPRNativePrivacyManagerViewController.nib - - 3IK6zClUrnwMvcAFXgs8zkZh+3s= - - SPGDPRPartnersViewController.nib - - 7oRmEujhSqzIbhgUjBjyoBwyu3g= - - SPGDPRVendorDetailsViewController.nib - - 95Y/b9SJsQSteiMUF4Wpnt/LvMQ= - - SPPMHeader.nib - - MYrNGdMolbAIh5hOGJwqR5deUUU= - - SPPrivacyPolicyViewController.nib - - me+Nt6FPYiI8qfKs8jzyR3uCUgA= - - - files2 - - Headers/ConsentViewController-Swift.h - - hash - - /L1sa2wQZrGiGQZM9xwBewHqjFg= - - hash2 - - MuVcbK21A1hEgFK+Qs92Rc+Sl0knal+F18pTekbgQ5o= - - - Headers/ConsentViewController-tvOS-umbrella.h - - hash - - Jf8PhsagB0WuK9VDD23Huno3Q0s= - - hash2 - - oDUSz5dE13C7VZWEPA8DSvGmaXmAQGFp9t0RRBEasvs= - - - LongButtonViewCell.nib - - hash - - KOwPBa0vzpB6x6c+ue4l5JijMgs= - - hash2 - - IzBb/FyIhxaPT51BDBwa1TLfKzgphbKA5FzXcNUlCP0= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json - - hash - - DPvIEpfrUOmfgCbJI+CkAJQUwK8= - - hash2 - - He/7PrGP2a2y89T/Tgnq8/xsTuIeiORg+T51antmRNs= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface - - hash - - zOJ0hJx4M7suwR0Y7/LwQrZlQ7o= - - hash2 - - LzV/03bWMibgDL8IrL5k80nLXlqAQ4K4omjrhvi9wyg= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc - - hash - - MjKHzE6i8epFNJax+49G3B3ISA8= - - hash2 - - dorOIdq8EKIdkY8GumlUy0Eg0JnLpoMcH/7Sq/izR9s= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface - - hash - - zOJ0hJx4M7suwR0Y7/LwQrZlQ7o= - - hash2 - - LzV/03bWMibgDL8IrL5k80nLXlqAQ4K4omjrhvi9wyg= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftmodule - - hash - - C/J1itljPkvqqRCQ/FxCCYhIfuQ= - - hash2 - - Yh5TwYnLogHoJdEocaUoqtxgbJ623QH2sI3nAkeYvHE= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json - - hash - - DPvIEpfrUOmfgCbJI+CkAJQUwK8= - - hash2 - - He/7PrGP2a2y89T/Tgnq8/xsTuIeiORg+T51antmRNs= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface - - hash - - ICgtNBLSlKzzpX0AukGekrpNpf4= - - hash2 - - NvvNB069B0yan8XOsW5Vzi6xTeUTYpFpms62L+zUsw8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc - - hash - - DwkVhuk9hAXYGcYY78CSrIFJQK4= - - hash2 - - xSypoypDalw7WFseA3KgLfkUmvaCgaF0spupa8ZfhjM= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface - - hash - - ICgtNBLSlKzzpX0AukGekrpNpf4= - - hash2 - - NvvNB069B0yan8XOsW5Vzi6xTeUTYpFpms62L+zUsw8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule - - hash - - SWvFNtgygS8ChoJun+adFZhPTGw= - - hash2 - - OIo6AIoUKufWvEHSpQcwGqgaPwVTkTdOqX8pKxSNgw0= - - - Modules/module.modulemap - - hash - - P/dFBh9VO9Ki7wbp69AARqyi2Lw= - - hash2 - - zb2nrxgC3yi3Y6n0INQXV2SenRtqZOOy+C6vjx+Irog= - - - SPCCPACategoryDetailsViewController.nib - - hash - - S3i+NPH0P+QbcXNXf6epz2CGrS8= - - hash2 - - E5BLLeIpJe5UcJEArA86Za2/cNb04m+p8fNqirBiadA= - - - SPCCPAManagePreferenceViewController.nib - - hash - - j8MT07t4Yw5wOc+s7JY4hiI9Go4= - - hash2 - - UDDgN5R/94VjeUzIlNtGVnktfnVpyd8+JThqpmLCSBI= - - - SPCCPANativePrivacyManagerViewController.nib - - hash - - f4LodQU0y8kyr+WLUF4dVz8BTUQ= - - hash2 - - VK6a0TmyuKnAz3k/MzA7LDsEqOlxju/cpeWIS8Je5q8= - - - SPCCPAPartnersViewController.nib - - hash - - Hn2Nw7GuJE0S/IdQsNIXomPIdaM= - - hash2 - - NtHgTxdNM4/qs89b/hijnf8LAwGaGmDq5RZ16nv5aoc= - - - SPCCPAVendorDetailsViewController.nib - - hash - - 6wwuQd7qFVfyDiD7HK0kVmbGkfw= - - hash2 - - 8k94e4+vRUKVSzZAl/wF2HzXiENqKzpRqpRwmd1HG5k= - - - SPCustomViewController.nib - - hash - - me+Nt6FPYiI8qfKs8jzyR3uCUgA= - - hash2 - - NghOmKz8TfVr3QYYQ55nNdjI6HE1WbK6VZGPXdiwlvI= - - - SPGDPRCategoryDetailsViewController.nib - - hash - - hDPthc2JWLTdT0VrSZCxLTz3NOQ= - - hash2 - - pBRih3huAd+Qaf6X9a8g8J5x9avULTFeRUQIHjVUNFM= - - - SPGDPRManagePreferenceViewController.nib - - hash - - hXZHoFdNFKN+/QLJBUpiVFsukh4= - - hash2 - - 4E5QqUVXefYkIgJVT6IRu6Ox3iYbXKiQmBl64lcjcBc= - - - SPGDPRNativePrivacyManagerViewController.nib - - hash - - 3IK6zClUrnwMvcAFXgs8zkZh+3s= - - hash2 - - cPn0fFpmKz6wPN2TMbxZZU5elJfhsUWIePQ+HLyY9ZI= - - - SPGDPRPartnersViewController.nib - - hash - - 7oRmEujhSqzIbhgUjBjyoBwyu3g= - - hash2 - - ab/mXDlC6d6ua3p3e9bUA/PiOLoVfz6BOJoejZbEUDE= - - - SPGDPRVendorDetailsViewController.nib - - hash - - 95Y/b9SJsQSteiMUF4Wpnt/LvMQ= - - hash2 - - 5G99D1Ryl76FdjncgbwtLgtlG4KWkYJE0ynZkBG9BL0= - - - SPPMHeader.nib - - hash - - MYrNGdMolbAIh5hOGJwqR5deUUU= - - hash2 - - QdjSdqEgGQrYaKj8odjMD6U5oAX6ECjkwAm9DT6PmHw= - - - SPPrivacyPolicyViewController.nib - - hash - - me+Nt6FPYiI8qfKs8jzyR3uCUgA= - - hash2 - - NghOmKz8TfVr3QYYQ55nNdjI6HE1WbK6VZGPXdiwlvI= - - - - 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/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeSignature b/XCFramework/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeSignature deleted file mode 100644 index e69de29bb..000000000 diff --git a/XCFramework/SPM/ConsentViewController.xcframework.zip b/XCFramework/SPM/ConsentViewController.xcframework.zip deleted file mode 100644 index f78f6b292..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework.zip and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/Info.plist b/XCFramework/SPM/ConsentViewController.xcframework/Info.plist deleted file mode 100644 index 6f8789fe8..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/Info.plist +++ /dev/null @@ -1,75 +0,0 @@ - - - - - AvailableLibraries - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - tvos-arm64 - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - tvos-arm64_x86_64-simulator - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - tvos - SupportedPlatformVariant - simulator - - - BinaryPath - ConsentViewController.framework/ConsentViewController - LibraryIdentifier - ios-arm64 - LibraryPath - ConsentViewController.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - - - CFBundlePackageType - XFWK - XCFrameworkFormatVersion - 1.0 - - diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/ConsentViewController b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/ConsentViewController deleted file mode 100755 index 9f440ec3c..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index d7aaccb57..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,1302 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface WKWebView (SWIFT_EXTENSION(ConsentViewController)) -- (void)setFontScale:(float)scale; -/// Injects Sourcepoint’s user data into the webview. -/// This method is used in cases when your app has a web-based portion that also needs consent information. Make sure to check the discussion below. -/// There are a few things to notice: -///
    -///
  • -/// the web page should countain Sourcepoint’s web script in it -///
  • -///
  • -/// you should append query param _sp_pass_consent=true to your page (so the our web script knows it should wait for consent data) -///
  • -///
  • -/// you need to call preloadConsent only after the url been loaded into the webview (ie. after .load(URLRequest)) -///
  • -///
-- (void)preloadConsentFrom:(SPUserData * _Nonnull)consents; -/// Reads the value of the cookie authId -- (void)getAuthIdWithHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))handler SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -/// Injects the cookie authId in the webview before loading its content. -/// SourcePoint’s web SDK reads the authId cookie and set everything up in the webview context. -- (void)setConsentForAuthId:(NSString * _Nonnull)authId SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController.h b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController.h deleted file mode 100644 index 3706bee38..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Headers/ConsentViewController.h +++ /dev/null @@ -1,4 +0,0 @@ -#import - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Info.plist b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Info.plist deleted file mode 100644 index 16e52af72..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.abi.json b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.abi.json deleted file mode 100644 index 968b261bf..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.abi.json +++ /dev/null @@ -1,44909 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Available", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIColor", - "printedName": "UIColor", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WKWebView", - "printedName": "WKWebView", - "children": [ - { - "kind": "TypeDecl", - "name": "PreloadConsentsPayload", - "printedName": "PreloadConsentsPayload", - "children": [ - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Function", - "name": "setFontScale", - "printedName": "setFontScale(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setFontScale:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE12setFontScaleyySfF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "preloadConsent", - "printedName": "preloadConsent(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)preloadConsentFrom:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE07preloadC04fromyAC10SPUserDataC_tF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAuthId", - "printedName": "getAuthId(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, (any Swift.Error)?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String?, (any Swift.Error)?)", - "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": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)getAuthIdWithHandler:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE9getAuthId7handleryySSSg_s5Error_pSgtc_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setConsentFor", - "printedName": "setConsentFor(authId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setConsentForAuthId:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE03setC3For6authIdySS_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)WKWebView", - "moduleName": "WebKit", - "isOpen": true, - "intro_iOS": "8.0", - "objc_name": "WKWebView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 275, - "length": 16, - "value": "\"sp.loadConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 429, - "length": 20, - "value": "\"sp.readyForConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 889, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1059, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1101, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1133, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1232, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 5881, - "length": 14, - "value": "\"SPJSReceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6035, - "length": 4, - "value": "\"js\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6195, - "length": 104, - "value": "\"\ndocument.documentElement.style.setProperty('--font-scale', \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6296, - "length": 1, - "value": "\");\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 6766, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 7044, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - } - ] -} \ No newline at end of file diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.private.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.private.swiftinterface deleted file mode 100644 index 6c5643353..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.private.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public typealias SPWebConsentPayload = Swift.String -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftdoc b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftdoc deleted file mode 100644 index ead6a995c..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftdoc and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftinterface deleted file mode 100644 index 6c5643353..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public typealias SPWebConsentPayload = Swift.String -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 31befa165..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController.h" - export * - - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/PrivacyInfo.xcprivacy b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/PrivacyInfo.xcprivacy deleted file mode 100644 index f26123a74..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,47 +0,0 @@ - - - - - NSPrivacyTracking - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeUserID - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeProductInteraction - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - NSPrivacyCollectedDataTypePurposeAnalytics - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - - diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/SPJSReceiver.js b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/SPJSReceiver.js deleted file mode 100644 index 8b75d1e13..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64/ConsentViewController.framework/SPJSReceiver.js +++ /dev/null @@ -1,129 +0,0 @@ -var postToWebView = function (webview) { - return function(name, body) { - webview.postMessage({ name: name, body: body || {} }, "*"); - }; -}(window.webkit.messageHandlers.SPJSReceiver); - -window.SDK = function (postToWebView) { - return { - loadMessage: function(messageJSON) { - var messagePayload = Object.assign({}, messageJSON, { - name: "sp.loadMessage", - fromNativeSDK: true - }); - window.postMessage(messagePayload, "*"); - }, - readyForPreload: function () { - postToWebView("readyForPreload"); - }, - onMessageReady: function() { - postToWebView("onMessageReady"); - }, - onPMReady: function() { - postToWebView("onPMReady"); - }, - onAction: function(action) { - postToWebView("onAction", action); - }, - onError: function(error) { - postToWebView("onError", { error: error }); - }, - onMessageEvent: function(payload) { - postToWebView("onMessageEvent", payload); - }, - onMessageInactivityTimeout: function() { - postToWebView("onMessageInactivityTimeout"); - } - }; -}(postToWebView); - -var getActionFromMessage = function (eventData) { - var choiceAction = eventData.payload.filter(function (action) { - return action.type === 'choice'; - })[0] || {}; - var choiceData = choiceAction.data || {}; - return { - id: String(choiceData.choice_id), - type: choiceData.type, - pmUrl: choiceData.pmUrl || choiceData.iframe_url, - consentLanguage: eventData.consentLanguage, - customActionId: choiceData.customAction, - messageId: eventData.messageId - }; -}; - -var handleMessageEvent = function(SDK) { - return function(eventData) { - switch(eventData.name) { - case "sp.readyForPreload": - SDK.readyForPreload(); - break; - case "sp.loadMessage": - /* do nothing */ - break; - case "sp.showMessage": - eventData.fromPM ? SDK.onPMReady() : SDK.onMessageReady(); - break; - case "sp.hideMessage": - eventData.fromPM ? - SDK.onAction({ - type: eventData.actionType, - payload: eventData.payload, - consentLanguage: eventData.consentLanguage, - customActionId: eventData.customAction, - pmUrl: eventData.pmUrl, - messageId: eventData.messageId - }) : - SDK.onAction(getActionFromMessage(eventData)); - break; - case "sp.renderingAppError": - SDK.onError(eventData); - break; - case "sp.userInactive": - SDK.onMessageInactivityTimeout(); - break; - default: - eventData.payload.action = eventData.name; - SDK.onMessageEvent(eventData); - } - }; -}; - -function isFromPM(event) { - event.settings = event.settings || {}; - return window.spLegislation == "preferences" || event.fromPM || event.settings.vendorList; -} - -function isError(event) { - return event.stackTrace !== undefined; -} - -function handleError(event) { - window.SDK.onError({ - code: event.code, - title: event.title, - stackTrace: event.stackTrace - }); -} - -var handleMessageOrPMEvent = function (SDK) { - return function (event) { - var data = event.data; - try { - isError(event) ? handleError(event) : handleMessageEvent(SDK)({ - name: data.name, - fromPM: isFromPM(data), - actionType: data.actionType, - payload: data.payload || data.actions || {}, - consentLanguage: data.consentLanguage, - customAction: data.customAction, - pmUrl: data.iframe_url, - messageId: data.messageId - }); - } catch (error) { - SDK.onError(error); - } - }; -}; - -window.addEventListener("message", handleMessageOrPMEvent(window.SDK)); diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController deleted file mode 100755 index 0c2ed875e..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index cb5cefbb1..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,2600 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface WKWebView (SWIFT_EXTENSION(ConsentViewController)) -- (void)setFontScale:(float)scale; -/// Injects Sourcepoint’s user data into the webview. -/// This method is used in cases when your app has a web-based portion that also needs consent information. Make sure to check the discussion below. -/// There are a few things to notice: -///
    -///
  • -/// the web page should countain Sourcepoint’s web script in it -///
  • -///
  • -/// you should append query param _sp_pass_consent=true to your page (so the our web script knows it should wait for consent data) -///
  • -///
  • -/// you need to call preloadConsent only after the url been loaded into the webview (ie. after .load(URLRequest)) -///
  • -///
-- (void)preloadConsentFrom:(SPUserData * _Nonnull)consents; -/// Reads the value of the cookie authId -- (void)getAuthIdWithHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))handler SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -/// Injects the cookie authId in the webview before loading its content. -/// SourcePoint’s web SDK reads the authId cookie and set everything up in the webview context. -- (void)setConsentForAuthId:(NSString * _Nonnull)authId SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface WKWebView (SWIFT_EXTENSION(ConsentViewController)) -- (void)setFontScale:(float)scale; -/// Injects Sourcepoint’s user data into the webview. -/// This method is used in cases when your app has a web-based portion that also needs consent information. Make sure to check the discussion below. -/// There are a few things to notice: -///
    -///
  • -/// the web page should countain Sourcepoint’s web script in it -///
  • -///
  • -/// you should append query param _sp_pass_consent=true to your page (so the our web script knows it should wait for consent data) -///
  • -///
  • -/// you need to call preloadConsent only after the url been loaded into the webview (ie. after .load(URLRequest)) -///
  • -///
-- (void)preloadConsentFrom:(SPUserData * _Nonnull)consents; -/// Reads the value of the cookie authId -- (void)getAuthIdWithHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))handler SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -/// Injects the cookie authId in the webview before loading its content. -/// SourcePoint’s web SDK reads the authId cookie and set everything up in the webview context. -- (void)setConsentForAuthId:(NSString * _Nonnull)authId SWIFT_DEPRECATED_MSG("This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead."); -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController.h b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController.h deleted file mode 100644 index 3706bee38..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController.h +++ /dev/null @@ -1,4 +0,0 @@ -#import - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist deleted file mode 100644 index f44f8a4e2..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json deleted file mode 100644 index 968b261bf..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json +++ /dev/null @@ -1,44909 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Available", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIColor", - "printedName": "UIColor", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WKWebView", - "printedName": "WKWebView", - "children": [ - { - "kind": "TypeDecl", - "name": "PreloadConsentsPayload", - "printedName": "PreloadConsentsPayload", - "children": [ - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Function", - "name": "setFontScale", - "printedName": "setFontScale(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setFontScale:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE12setFontScaleyySfF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "preloadConsent", - "printedName": "preloadConsent(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)preloadConsentFrom:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE07preloadC04fromyAC10SPUserDataC_tF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAuthId", - "printedName": "getAuthId(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, (any Swift.Error)?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String?, (any Swift.Error)?)", - "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": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)getAuthIdWithHandler:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE9getAuthId7handleryySSSg_s5Error_pSgtc_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setConsentFor", - "printedName": "setConsentFor(authId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setConsentForAuthId:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE03setC3For6authIdySS_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)WKWebView", - "moduleName": "WebKit", - "isOpen": true, - "intro_iOS": "8.0", - "objc_name": "WKWebView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 275, - "length": 16, - "value": "\"sp.loadConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 429, - "length": 20, - "value": "\"sp.readyForConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 889, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1059, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1101, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1133, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1232, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 5881, - "length": 14, - "value": "\"SPJSReceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6035, - "length": 4, - "value": "\"js\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6195, - "length": 104, - "value": "\"\ndocument.documentElement.style.setProperty('--font-scale', \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6296, - "length": 1, - "value": "\");\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 6766, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 7044, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - } - ] -} \ No newline at end of file diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface deleted file mode 100644 index 1f6425728..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public typealias SPWebConsentPayload = Swift.String -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc deleted file mode 100644 index 38bf753a4..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface deleted file mode 100644 index 1f6425728..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public typealias SPWebConsentPayload = Swift.String -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json deleted file mode 100644 index 968b261bf..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ /dev/null @@ -1,44909 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Available", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_iOS": "7.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIColor", - "printedName": "UIColor", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WKWebView", - "printedName": "WKWebView", - "children": [ - { - "kind": "TypeDecl", - "name": "PreloadConsentsPayload", - "printedName": "PreloadConsentsPayload", - "children": [ - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:So9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE22PreloadConsentsPayloadV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Function", - "name": "setFontScale", - "printedName": "setFontScale(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setFontScale:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE12setFontScaleyySfF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "preloadConsent", - "printedName": "preloadConsent(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)preloadConsentFrom:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE07preloadC04fromyAC10SPUserDataC_tF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAuthId", - "printedName": "getAuthId(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, (any Swift.Error)?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String?, (any Swift.Error)?)", - "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": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)getAuthIdWithHandler:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE9getAuthId7handleryySSSg_s5Error_pSgtc_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setConsentFor", - "printedName": "setConsentFor(authId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@@objc(cs)WKWebView(im)setConsentForAuthId:", - "mangledName": "$sSo9WKWebViewC07ConsentB10ControllerE03setC3For6authIdySS_tF", - "moduleName": "ConsentViewController", - "deprecated": true, - "declAttributes": [ - "Dynamic", - "Preconcurrency", - "Custom", - "Available", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)WKWebView", - "moduleName": "WebKit", - "isOpen": true, - "intro_iOS": "8.0", - "objc_name": "WKWebView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 275, - "length": 16, - "value": "\"sp.loadConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebViewExtensions.swift", - "kind": "StringLiteral", - "offset": 429, - "length": 20, - "value": "\"sp.readyForConsent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 889, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1059, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1101, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1133, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 1232, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 5881, - "length": 14, - "value": "\"SPJSReceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6035, - "length": 4, - "value": "\"js\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6195, - "length": 104, - "value": "\"\ndocument.documentElement.style.setProperty('--font-scale', \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "StringLiteral", - "offset": 6296, - "length": 1, - "value": "\");\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 6766, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/iOS\/SPWebMessageViewController.swift", - "kind": "BooleanLiteral", - "offset": 7044, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - } - ] -} \ No newline at end of file diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface deleted file mode 100644 index 173e80726..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public typealias SPWebConsentPayload = Swift.String -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc deleted file mode 100644 index 768fa0145..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface deleted file mode 100644 index 173e80726..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,1418 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import UIKit -import WebKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public typealias SPWebConsentPayload = Swift.String -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc extension WebKit.WKWebView { - public struct PreloadConsentsPayload : Swift.Encodable { - public func encode(to encoder: any Swift.Encoder) throws - } - @objc @_Concurrency.MainActor @preconcurrency dynamic public func setFontScale(_ scale: Swift.Float) - @objc @_Concurrency.MainActor @preconcurrency dynamic public func preloadConsent(from consents: ConsentViewController.SPUserData) - #if compiler(>=5.3) && $NonescapableTypes - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func getAuthId(handler: @escaping (_ authId: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void) - #endif - @objc @available(*, deprecated, message: "This method relies on a legacy way of sharing consent with the webview and will not work on newer versions. You should use preloadConsent(from: SPUserData) instead.") - @_Concurrency.MainActor @preconcurrency dynamic public func setConsentFor(authId: Swift.String) -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 31befa165..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController.h" - export * - - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/PrivacyInfo.xcprivacy b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/PrivacyInfo.xcprivacy deleted file mode 100644 index f26123a74..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,47 +0,0 @@ - - - - - NSPrivacyTracking - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeUserID - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeProductInteraction - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - NSPrivacyCollectedDataTypePurposeAnalytics - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - - diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/SPJSReceiver.js b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/SPJSReceiver.js deleted file mode 100644 index 8b75d1e13..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/SPJSReceiver.js +++ /dev/null @@ -1,129 +0,0 @@ -var postToWebView = function (webview) { - return function(name, body) { - webview.postMessage({ name: name, body: body || {} }, "*"); - }; -}(window.webkit.messageHandlers.SPJSReceiver); - -window.SDK = function (postToWebView) { - return { - loadMessage: function(messageJSON) { - var messagePayload = Object.assign({}, messageJSON, { - name: "sp.loadMessage", - fromNativeSDK: true - }); - window.postMessage(messagePayload, "*"); - }, - readyForPreload: function () { - postToWebView("readyForPreload"); - }, - onMessageReady: function() { - postToWebView("onMessageReady"); - }, - onPMReady: function() { - postToWebView("onPMReady"); - }, - onAction: function(action) { - postToWebView("onAction", action); - }, - onError: function(error) { - postToWebView("onError", { error: error }); - }, - onMessageEvent: function(payload) { - postToWebView("onMessageEvent", payload); - }, - onMessageInactivityTimeout: function() { - postToWebView("onMessageInactivityTimeout"); - } - }; -}(postToWebView); - -var getActionFromMessage = function (eventData) { - var choiceAction = eventData.payload.filter(function (action) { - return action.type === 'choice'; - })[0] || {}; - var choiceData = choiceAction.data || {}; - return { - id: String(choiceData.choice_id), - type: choiceData.type, - pmUrl: choiceData.pmUrl || choiceData.iframe_url, - consentLanguage: eventData.consentLanguage, - customActionId: choiceData.customAction, - messageId: eventData.messageId - }; -}; - -var handleMessageEvent = function(SDK) { - return function(eventData) { - switch(eventData.name) { - case "sp.readyForPreload": - SDK.readyForPreload(); - break; - case "sp.loadMessage": - /* do nothing */ - break; - case "sp.showMessage": - eventData.fromPM ? SDK.onPMReady() : SDK.onMessageReady(); - break; - case "sp.hideMessage": - eventData.fromPM ? - SDK.onAction({ - type: eventData.actionType, - payload: eventData.payload, - consentLanguage: eventData.consentLanguage, - customActionId: eventData.customAction, - pmUrl: eventData.pmUrl, - messageId: eventData.messageId - }) : - SDK.onAction(getActionFromMessage(eventData)); - break; - case "sp.renderingAppError": - SDK.onError(eventData); - break; - case "sp.userInactive": - SDK.onMessageInactivityTimeout(); - break; - default: - eventData.payload.action = eventData.name; - SDK.onMessageEvent(eventData); - } - }; -}; - -function isFromPM(event) { - event.settings = event.settings || {}; - return window.spLegislation == "preferences" || event.fromPM || event.settings.vendorList; -} - -function isError(event) { - return event.stackTrace !== undefined; -} - -function handleError(event) { - window.SDK.onError({ - code: event.code, - title: event.title, - stackTrace: event.stackTrace - }); -} - -var handleMessageOrPMEvent = function (SDK) { - return function (event) { - var data = event.data; - try { - isError(event) ? handleError(event) : handleMessageEvent(SDK)({ - name: data.name, - fromPM: isFromPM(data), - actionType: data.actionType, - payload: data.payload || data.actions || {}, - consentLanguage: data.consentLanguage, - customAction: data.customAction, - pmUrl: data.iframe_url, - messageId: data.messageId - }); - } catch (error) { - SDK.onError(error); - } - }; -}; - -window.addEventListener("message", handleMessageOrPMEvent(window.SDK)); diff --git a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources b/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources deleted file mode 100644 index ee2c8d330..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,327 +0,0 @@ - - - - - files - - Headers/ConsentViewController-Swift.h - - JTXWWlEoHt8cRo+77ZYlD12kdTE= - - Headers/ConsentViewController.h - - RZSuPB/kEZtYahFqhcMESK+196k= - - Info.plist - - oLb4htKMebYNE7SbPPCkGWYNJcY= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json - - 165Qwop8FujsA1Fy4cFR5XcIQXU= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - - mysFpR9RfisYu9qqrGWJsdO10no= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc - - KzhHwXTiGtSh0MRoj10opisNcBI= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface - - mysFpR9RfisYu9qqrGWJsdO10no= - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftmodule - - qdkroo+ZeKfGZ75yXUDkqisGMD8= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json - - 165Qwop8FujsA1Fy4cFR5XcIQXU= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - - J5kHaMJQ4ZQBiiot83gY2SuyIdo= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - 2aClzZv1Ml8gRe3HKMZXhe6ZXkQ= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - J5kHaMJQ4ZQBiiot83gY2SuyIdo= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - 2VyP6hM2fGKz+h8ZtXhDG7/8zp4= - - Modules/module.modulemap - - tZqk4rkJzryrUmlHVfOrFd2LhGg= - - PrivacyInfo.xcprivacy - - BSsy0C4u6z5SkMpJ7zUrXWv4tpM= - - SPJSReceiver.js - - eb9dLtJN/Bj/Nl32g2gR1wLlIOk= - - - files2 - - Headers/ConsentViewController-Swift.h - - hash - - JTXWWlEoHt8cRo+77ZYlD12kdTE= - - hash2 - - g+ZqU1WvkzSwPlF88nz7V/s9CWRduh3XWjR2DOyVNHA= - - - Headers/ConsentViewController.h - - hash - - RZSuPB/kEZtYahFqhcMESK+196k= - - hash2 - - 6j1ex7T32I3uJ+Kajwi3r09dYEYc8qmsURIjCVbL/vI= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.abi.json - - hash - - 165Qwop8FujsA1Fy4cFR5XcIQXU= - - hash2 - - 550ItxFu07Xxqu+xaFBGSqsuqC67YMtnQNgIzbSPKI8= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - - hash - - mysFpR9RfisYu9qqrGWJsdO10no= - - hash2 - - BpT1aL9yPv5Eh+RqoBUXJMYwheofCPiG74TgP6J2lls= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftdoc - - hash - - KzhHwXTiGtSh0MRoj10opisNcBI= - - hash2 - - d/KbAQiiK7QudrSpmPEsWoYNImMU+jBHUiD2JgmW4pw= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftinterface - - hash - - mysFpR9RfisYu9qqrGWJsdO10no= - - hash2 - - BpT1aL9yPv5Eh+RqoBUXJMYwheofCPiG74TgP6J2lls= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-ios-simulator.swiftmodule - - hash - - qdkroo+ZeKfGZ75yXUDkqisGMD8= - - hash2 - - OtlMT/CtovR99ycWTxyPkIAlmER4FiWiqlTDDD89K7Y= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.abi.json - - hash - - 165Qwop8FujsA1Fy4cFR5XcIQXU= - - hash2 - - 550ItxFu07Xxqu+xaFBGSqsuqC67YMtnQNgIzbSPKI8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - - hash - - J5kHaMJQ4ZQBiiot83gY2SuyIdo= - - hash2 - - /2T7orIFeosChLbKV9AqNpkKYilDqgeVP2cmiBbtps8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - hash - - 2aClzZv1Ml8gRe3HKMZXhe6ZXkQ= - - hash2 - - Xt7pTsiK/mbHb8zi03EQ6dL2nOQ5Ir8dpA86B1Rss9A= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - hash - - J5kHaMJQ4ZQBiiot83gY2SuyIdo= - - hash2 - - /2T7orIFeosChLbKV9AqNpkKYilDqgeVP2cmiBbtps8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - hash - - 2VyP6hM2fGKz+h8ZtXhDG7/8zp4= - - hash2 - - D9bu/v7mzstqqpKWRs8rTMgWE80+Ijhrmu6XaeUII24= - - - Modules/module.modulemap - - hash - - tZqk4rkJzryrUmlHVfOrFd2LhGg= - - hash2 - - du31voRUqbgJzekVrDp5MLQNyy+Eg5O5sXLLsUiHHdU= - - - PrivacyInfo.xcprivacy - - hash - - BSsy0C4u6z5SkMpJ7zUrXWv4tpM= - - hash2 - - UWufHnouhL0ZdAyDyXVGBxSnwNT9S5yk3dvOQnkcPYs= - - - SPJSReceiver.js - - hash - - eb9dLtJN/Bj/Nl32g2gR1wLlIOk= - - hash2 - - 7CiST/It/suafFD1HNVocm0EKTqBa2X1qaQ9tiOHuso= - - - - 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/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Barcode.png b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Barcode.png deleted file mode 100644 index 9ee3831ad..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Barcode.png and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController deleted file mode 100755 index 4d56071c1..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index bbfc7f75a..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,1277 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import Foundation; -@import ObjectiveC; -@import UIKit; -#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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController.h b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController.h deleted file mode 100644 index 3706bee38..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Headers/ConsentViewController.h +++ /dev/null @@ -1,4 +0,0 @@ -#import - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Info.plist b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Info.plist deleted file mode 100644 index 96d13a4bd..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/LongButtonViewCell.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/LongButtonViewCell.nib deleted file mode 100644 index 1ac0a66b9..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/LongButtonViewCell.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.abi.json b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.abi.json deleted file mode 100644 index 3bf615850..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.abi.json +++ /dev/null @@ -1,45338 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CategoryContentType", - "printedName": "CategoryContentType", - "children": [ - { - "kind": "Var", - "name": "consent", - "printedName": "consent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "legitimate", - "printedName": "legitimate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "specialFeatures", - "printedName": "specialFeatures", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController19CategoryContentTypeO", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "TVUIKit", - "printedName": "TVUIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPANativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 544, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "Array", - "offset": 345, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 480, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPFocusableTextView.swift", - "kind": "BooleanLiteral", - "offset": 364, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "Array", - "offset": 558, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 1966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 3033, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 7859, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 8627, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 9025, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13281, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13292, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 1427, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 238, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPQRCode.swift", - "kind": "IntegerLiteral", - "offset": 219, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 442, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 1530, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "Array", - "offset": 878, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4877, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4936, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4957, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5099, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5157, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5177, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 5244, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 662, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 575, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 631, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 660, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 702, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 765, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 963, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 398, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 432, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 486, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 684, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "Array", - "offset": 551, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 626, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "BooleanLiteral", - "offset": 13320, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Data\/GDPRPMPayload.swift", - "kind": "Array", - "offset": 786, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - } - ] -} \ No newline at end of file diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.private.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.private.swiftinterface deleted file mode 100644 index ce175c0f7..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.private.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPWebConsentPayload = Swift.String -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftdoc b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftdoc deleted file mode 100644 index d2dee91dc..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftdoc and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftinterface deleted file mode 100644 index ce175c0f7..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPWebConsentPayload = Swift.String -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 31befa165..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController.h" - export * - - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/PrivacyInfo.xcprivacy b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/PrivacyInfo.xcprivacy deleted file mode 100644 index f26123a74..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,47 +0,0 @@ - - - - - NSPrivacyTracking - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeUserID - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeProductInteraction - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - NSPrivacyCollectedDataTypePurposeAnalytics - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - - diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib deleted file mode 100644 index 36f052e07..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib deleted file mode 100644 index 71f86cca9..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib deleted file mode 100644 index fd5711ce9..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAPartnersViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAPartnersViewController.nib deleted file mode 100644 index 1d740a0eb..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib deleted file mode 100644 index bb30c7e6d..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCustomViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCustomViewController.nib deleted file mode 100644 index fbb9cfbdc..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPCustomViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib deleted file mode 100644 index 1d8ffcad8..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib deleted file mode 100644 index db9563633..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib deleted file mode 100644 index 69b080c51..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRPartnersViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRPartnersViewController.nib deleted file mode 100644 index 8c5d7c8a0..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib deleted file mode 100644 index be364bf56..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPMHeader.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPMHeader.nib deleted file mode 100644 index 617970b78..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPMHeader.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPrivacyPolicyViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPrivacyPolicyViewController.nib deleted file mode 100644 index fbb9cfbdc..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SPPrivacyPolicyViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SP_Icon.png b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SP_Icon.png deleted file mode 100644 index c95c861d0..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64/ConsentViewController.framework/SP_Icon.png and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Barcode.png b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Barcode.png deleted file mode 100644 index 9ee3831ad..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Barcode.png and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController deleted file mode 100755 index 67cd86da1..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/ConsentViewController and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h deleted file mode 100644 index 1177358e4..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController-Swift.h +++ /dev/null @@ -1,2550 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import Foundation; -@import ObjectiveC; -@import UIKit; -#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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -#ifndef CONSENTVIEWCONTROLLER_SWIFT_H -#define CONSENTVIEWCONTROLLER_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 "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -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 !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#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 __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 !defined(SWIFT_DEPRECATED_OBJC) -# 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 -#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(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import Foundation; -@import ObjectiveC; -@import UIKit; -#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" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ConsentViewController",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -SWIFT_CLASS("_TtC21ConsentViewController12AnyEncodable") -@interface AnyEncodable : NSObject -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Indicates the consent status of a given user. -typedef SWIFT_ENUM(NSInteger, CCPAConsentStatus, open) { -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedNone = 0, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedSome = 1, -/// Indicates the user has rejected none of the vendors or purposes (categories) - CCPAConsentStatusRejectedAll = 2, -/// Indicates the user has explicitly acceted all vendors and purposes (categories). -/// That’s slightly different than RejectNone. By default in the CCPA users are already -/// RejectedNone, the ConsentedAll indicates the user has taken an action to -/// consent to all vendors and purposes. - CCPAConsentStatusConsentedAll = 3, - CCPAConsentStatusLinkedNoAction = 4, -/// If there’s a new value introduced in the backend and we don’t know how to parse it - CCPAConsentStatusUnknown = 5, -}; - -@class NSString; -enum SPCampaignType : NSInteger; -@class NSCoder; -SWIFT_CLASS("_TtC21ConsentViewController7SPError") -@interface SPError : NSError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic) NSError * _Nullable originalError; -@property (nonatomic) enum SPCampaignType campaignType; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController25ClientRequestTimeoutError") -@interface ClientRequestTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController19GenericNetworkError") -@interface GenericNetworkError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -/// Invalid Rendering App (JSReceiver) event payloads -SWIFT_CLASS("_TtC21ConsentViewController24InvalidEventPayloadError") -@interface InvalidEventPayloadError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull failureReason; -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidJSONEncodeResult") -@interface InvalidJSONEncodeResult : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidOnActionEventPayloadError") -@interface InvalidOnActionEventPayloadError : InvalidEventPayloadError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidPropertyNameError") -@interface InvalidPropertyNameError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24InvalidReportActionEvent") -@interface InvalidReportActionEvent : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController23InvalidResponseAPIError") -@interface InvalidResponseAPIError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseCCPAPMViewEndpointError") -@interface InvalidResponseCCPAPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController26InvalidResponseCustomError") -@interface InvalidResponseCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController32InvalidResponseDeleteCustomError") -@interface InvalidResponseDeleteCustomError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38InvalidResponseGDPRPMViewEndpointError") -@interface InvalidResponseGDPRPMViewEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseGetMessagesEndpointError") -@interface InvalidResponseGetMessagesEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageCCPAEndpointError") -@interface InvalidResponseMessageCCPAEndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController39InvalidResponseMessageGDPREndpointError") -@interface InvalidResponseMessageGDPREndpointError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15InvalidURLError") -@interface InvalidURLError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@class NSURL; -SWIFT_PROTOCOL("_TtP21ConsentViewController17MessageController_") -@protocol MessageController -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController21MissingChildPmIdError") -@interface MissingChildPmIdError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -@interface NSObject (SWIFT_EXTENSION(ConsentViewController)) -- (NSString * _Nullable)toJSON SWIFT_WARN_UNUSED_RESULT; -@end - -/// Network Errors -SWIFT_CLASS("_TtC21ConsentViewController20NoInternetConnection") -@interface NoInternetConnection : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController38PostingCustomConsentWithoutConsentUUID") -@interface PostingCustomConsentWithoutConsentUUID : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@property (nonatomic) enum SPCampaignType campaignType; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17RenderingAppError") -@interface RenderingAppError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nullable renderingAppErrorCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController24RenderingAppTimeoutError") -@interface RenderingAppTimeoutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController17ReportActionError") -@interface ReportActionError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -enum SPActionType : NSInteger; -/// Action consists of SPActionType and an id. Those come from each action the user can take in the ConsentUI -SWIFT_CLASS("_TtC21ConsentViewController8SPAction") -@interface SPAction : NSObject -@property (nonatomic) enum SPActionType type; -@property (nonatomic, readonly) enum SPCampaignType campaignType; -@property (nonatomic, readonly, copy) NSString * _Nullable consentLanguage; -@property (nonatomic, copy) NSURL * _Nullable pmURL; -@property (nonatomic, readonly, copy) NSString * _Nullable pmId; -@property (nonatomic, copy) NSDictionary * _Nonnull publisherData; -/// This property will be renamed to publisherData in the next major release -@property (nonatomic, copy) NSDictionary * _Nonnull encodablePubData; -@property (nonatomic, copy) NSString * _Nullable customActionId; -@property (nonatomic, copy) NSString * _Nullable messageId; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// User actions. Its integer representation matches with what SourcePoint’s endpoints expect. -typedef SWIFT_ENUM(NSInteger, SPActionType, open) { - SPActionTypeSaveAndExit = 1, - SPActionTypePMCancel = 2, - SPActionTypeCustom = 9, - SPActionTypeAcceptAll = 11, - SPActionTypeShowPrivacyManager = 12, - SPActionTypeRejectAll = 13, - SPActionTypeDismiss = 15, - SPActionTypeRequestATTAccess = 16, - SPActionTypeIDFAAccepted = 17, - SPActionTypeIDFADenied = 18, - SPActionTypeUnknown = 0, -}; - -enum SPPrivacyManagerTab : NSInteger; -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPCCPA_") -@protocol SPCCPA -@property (nonatomic, readonly) BOOL ccpaApplies; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -/// The UserConsent class encapsulates the consent status, rejected vendor ids and rejected categories (purposes) ids. -/// important: -/// The rejectedVendors and rejectedCategories arrays will only be populated if the status is .Some. -/// That is, if the user has rejected .All or .None vendors/categories, those arrays will be empty. -SWIFT_CLASS("_TtC21ConsentViewController13SPCCPAConsent") -@interface SPCCPAConsent : NSObject -/// Indicates if the user has rejected .All, .Some or .None of the vendors and categories. -@property (nonatomic) enum CCPAConsentStatus status; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedVendors; -/// The ids of the rejected vendors and categories. These can be found in SourcePoint’s dashboard -@property (nonatomic, copy) NSArray * _Nonnull rejectedCategories; -/// the US Privacy String as described by the IAB -@property (nonatomic, readonly, copy) NSString * _Nonnull uspstring; -/// that’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPCCPAConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPGPPConfig; -enum SPOptinalBool : NSInteger; -/// Contains information about the property/campaign. -SWIFT_CLASS("_TtC21ConsentViewController10SPCampaign") -@interface SPCampaign : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithTargetingParams:(NSDictionary * _Nonnull)targetingParams groupPmId:(NSString * _Nullable)groupPmId gppConfig:(SPGPPConfig * _Nullable)gppConfig transitionCCPAAuth:(enum SPOptinalBool)transitionCCPAAuth supportLegacyUSPString:(enum SPOptinalBool)supportLegacyUSPString OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -/// Tells the SDK if we should load stage or public campaigns. -///
    -///
  • -/// 0 -> SPCampaignEnv.Stage -///
  • -///
  • -/// 1 -> SPCampaignEnv.Public -///
  • -///
-typedef SWIFT_ENUM(NSInteger, SPCampaignEnv, open) { - SPCampaignEnvStage = 0, - SPCampaignEnvPublic = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPCampaignType, open) { - SPCampaignTypeGdpr = 0, - SPCampaignTypeIos14 = 1, - SPCampaignTypeCcpa = 2, - SPCampaignTypeUsnat = 3, - SPCampaignTypeGlobalcmp = 4, - SPCampaignTypePreferences = 5, - SPCampaignTypeUnknown = 6, -}; - -/// It’s important to notice the campaign you passed as parameter needs to have -/// a active vendor list of that legislation. -SWIFT_CLASS("_TtC21ConsentViewController11SPCampaigns") -@interface SPCampaigns : NSObject -@property (nonatomic, readonly) enum SPCampaignEnv environment; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable gdpr; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ccpa; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable usnat; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable ios14; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable globalcmp; -@property (nonatomic, readonly, strong) SPCampaign * _Nullable preferences; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGdpr:(SPCampaign * _Nullable)gdpr ccpa:(SPCampaign * _Nullable)ccpa usnat:(SPCampaign * _Nullable)usnat ios14:(SPCampaign * _Nullable)ios14 globalcmp:(SPCampaign * _Nullable)globalcmp preferences:(SPCampaign * _Nullable)preferences environment:(enum SPCampaignEnv)environment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class UIViewController; -@class SPNativeMessage; -@class SPUserData; -SWIFT_PROTOCOL("_TtP21ConsentViewController17SPConsentDelegate_") -@protocol SPConsentDelegate -/// called when there’s a consent Message to be shown -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -@optional -/// called when the native message object is received and ready to be used -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -@required -/// called when the SP UI is finished and can be dismissed -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -@optional -/// called after the user takes an action and the SDK receives consent data back from the server -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -/// called when the SDK is done. That will happen if there’s no more messages to be displayed and all network requests are done. -///
    -///
  • -/// Parameters: -///
  • -///
  • -/// userData: is the consent profile -///
  • -///
-- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -/// called if something goes wrong during the entire lifecycle of the SDK -- (void)onErrorWithError:(SPError * _Nonnull)error; -/// called when the user is inactive -- (void)onMessageInactivityTimeout; -@end - -enum SPMessageLanguage : NSInteger; -@class SPPropertyName; -@protocol SPDelegate; -SWIFT_CLASS("_TtC21ConsentViewController16SPConsentManager") -@interface SPConsentManager : NSObject -SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL shouldCallErrorMetrics;) -+ (BOOL)shouldCallErrorMetrics SWIFT_WARN_UNUSED_RESULT; -+ (void)setShouldCallErrorMetrics:(BOOL)value; -/// By default, the SDK preservs all user consent data from UserDefaults in case OnError event happens. -/// Set this flag to true if you wish to opt-out from this behaviour. -/// If set to true will remove all user consent data from UserDefaults, possibly triggering a message to be displayed again next time -@property (nonatomic) BOOL cleanUserDataOnError; -/// The timeout interval in seconds for the message being displayed -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -/// Instructs the privacy manager to be displayed with this tab. -/// By default the SDK will use the defult tab of PM -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -/// Instructs the message to be displayed in this language. If the translation is missing, the fallback will be English. -/// By default the SDK will use the locale defined by the WebView -@property (nonatomic) enum SPMessageLanguage messageLanguage; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -- (void)gracefullyDegradeOnError:(SPError * _Nonnull)error; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPMessageUIDelegate_") -@protocol SPMessageUIDelegate -- (void)loaded:(UIViewController * _Nonnull)controller; -@optional -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -@required -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onError:(SPError * _Nonnull)error; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)onMessageInactivityTimeout SWIFT_AVAILABILITY(tvos,unavailable); -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)loadedWithNativeMessage:(SPNativeMessage * _Nonnull)message; -- (void)loaded:(UIViewController * _Nonnull)controller; -- (void)finished:(UIViewController * _Nonnull)vcFinished; -- (void)action:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController19SPConsentUIDelegate_") -@protocol SPConsentUIDelegate -/// called when the user takes an action in the SP UI -/// \param action the user action -/// -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -@end - -/// Have a look at SDKs Lifecycle -SWIFT_PROTOCOL("_TtP21ConsentViewController10SPDelegate_") -@protocol SPDelegate -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -- (void)onSPUIReady:(UIViewController * _Nonnull)controller; -- (void)onSPNativeMessageReady:(SPNativeMessage * _Nonnull)message; -- (void)onAction:(SPAction * _Nonnull)action from:(UIViewController * _Nonnull)controller; -- (void)onSPUIFinished:(UIViewController * _Nonnull)controller; -- (void)onConsentReadyWithUserData:(SPUserData * _Nonnull)userData; -- (void)onSPFinishedWithUserData:(SPUserData * _Nonnull)userData; -- (void)onError:(SPError * _Nonnull)error; -- (void)onMessageInactivityTimeout; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPPREFERENCES_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPPREFERENCES -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController11SPGLOBALCMP_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPGLOBALCMP -@property (nonatomic, readonly) BOOL globalcmpApplies; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController7SPUSNAT_") SWIFT_AVAILABILITY(ios,introduced=10) -@protocol SPUSNAT -@property (nonatomic, readonly) BOOL usnatApplies; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController6SPGDPR_") -@protocol SPGDPR -@property (nonatomic, readonly) BOOL gdprApplies; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -@end - -@class SPGDPRConsent; -SWIFT_PROTOCOL("_TtP21ConsentViewController5SPSDK_") -@protocol SPSDK -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic) BOOL cleanUserDataOnError; -@property (nonatomic) NSTimeInterval messageTimeoutInSeconds; -@property (nonatomic) enum SPPrivacyManagerTab privacyManagerTab; -@property (nonatomic) enum SPMessageLanguage messageLanguage; -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -- (nonnull instancetype)initWithAccountId:(NSInteger)accountId propertyId:(NSInteger)propertyId propertyName:(SPPropertyName * _Nonnull)propertyName campaigns:(SPCampaigns * _Nonnull)campaigns language:(enum SPMessageLanguage)language delegate:(id _Nullable)delegate; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -@interface SPConsentManager (SWIFT_EXTENSION(ConsentViewController)) -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull VERSION;) -+ (NSString * _Nonnull)VERSION SWIFT_WARN_UNUSED_RESULT; -@property (nonatomic, readonly) BOOL gdprApplies; -@property (nonatomic, readonly) BOOL ccpaApplies; -@property (nonatomic, readonly) BOOL usnatApplies; -@property (nonatomic, readonly) BOOL globalcmpApplies; -/// Returns the user data stored in the UserDefaults. -@property (nonatomic, readonly, strong) SPUserData * _Nonnull userData; -+ (void)clearAllData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId publisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary * _Nullable)publisherData; -- (void)loadGDPRPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadCCPAPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadGlobalCmpPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable; -- (void)loadPreferenceCenterWithId:(NSString * _Nonnull)id; -- (void)customConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)deleteCustomConsentGDPRWithVendors:(NSArray * _Nonnull)vendors categories:(NSArray * _Nonnull)categories legIntCategories:(NSArray * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler; -- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType; -- (void)dismissMessage; -@end - -SWIFT_CLASS("_TtC21ConsentViewController13SPConsentable") -@interface SPConsentable : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull id; -@property (nonatomic, readonly) BOOL consented; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithId:(NSString * _Nonnull)id consented:(BOOL)consented OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPGCMDataObjc_ObjcStatus : NSInteger; -SWIFT_CLASS("_TtC21ConsentViewController13SPGCMDataObjc") -@interface SPGCMDataObjc : NSObject -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus analyticsStorage; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adUserData; -@property (nonatomic, readonly) enum SPGCMDataObjc_ObjcStatus adPersonalization; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM_NAMED(NSInteger, SPGCMDataObjc_ObjcStatus, "ObjcStatus", open) { - SPGCMDataObjc_ObjcStatusGranted = 0, - SPGCMDataObjc_ObjcStatusDenied = 1, - SPGCMDataObjc_ObjcStatusUnset = 2, -}; - -@class SPGDPRVendorGrant; -/// SPGDPRConsent encapsulates all consent data from a user. -SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent") -@interface SPGDPRConsent : NSObject -/// The snapshot of user consents. It contains information of all purposes on a vendor per vendor basis. -/// The vendorGrants can be seen as an object in the following shape: -/// \code -/// "vendor1Id": { -/// "granted": true, -/// "purpose1id": true, -/// "purpose2id": true -/// ... -/// }, -/// ... -/// } -/// -/// \endcodeThe granted attribute indicated whether the vendor has all purposes it needs to be -/// considered fully consented. Either via legitimate interest or explicit user consent. -/// Each key/value pair of "purposeId: Bool, indicates if that purpose has been consented -/// either via leg. interest or explicit user consent. -@property (nonatomic, copy) NSDictionary * _Nonnull vendorGrants; -/// The iAB consent string. -@property (nonatomic, copy) NSString * _Nonnull euconsent; -/// That’s the internal Sourcepoint id we give to this consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Determines if the GDPR legislation applies for this user -@property (nonatomic) BOOL applies; -@property (nonatomic, copy) NSArray * _Nonnull acceptedCategories; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// Convenience initialiser to return an empty consent object. -+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGDPRConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPGCMDataObjc * _Nullable objcGoogleConsentMode; -@end - -/// Encapuslates data about a particular vendor being “granted” based on its purposes -SWIFT_CLASS("_TtC21ConsentViewController17SPGDPRVendorGrant") -@interface SPGDPRVendorGrant : NSObject -/// if all purposes are granted, the vendorGrant will be set to true -@property (nonatomic, readonly) BOOL granted; -@property (nonatomic, readonly, copy) NSDictionary * _Nonnull purposeGrants; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithGranted:(BOOL)granted purposeGrants:(NSDictionary * _Nonnull)purposeGrants OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -enum SPMspaBinaryFlag : NSInteger; -enum SPMspaTernaryFlag : NSInteger; -/// Class to encapsulate GPP configuration. This config can be used with CCPA campaigns and have -/// no effect in campaigns of other legislations. -SWIFT_CLASS("_TtC21ConsentViewController11SPGPPConfig") -@interface SPGPPConfig : NSObject -- (nonnull instancetype)initWithMspaCoveredTransaction:(enum SPMspaBinaryFlag)MspaCoveredTransaction MspaOptOutOptionMode:(enum SPMspaTernaryFlag)MspaOptOutOptionMode MspaServiceProviderMode:(enum SPMspaTernaryFlag)MspaServiceProviderMode OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -typedef SWIFT_ENUM(NSInteger, SPMspaBinaryFlag, open) { - SPMspaBinaryFlagYes = 0, - SPMspaBinaryFlagNo = 1, -}; - -typedef SWIFT_ENUM(NSInteger, SPMspaTernaryFlag, open) { - SPMspaTernaryFlagYes = 0, - SPMspaTernaryFlagNo = 1, - SPMspaTernaryFlagNotApplicable = 2, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPGlobalCmpConsent") -@interface SPGlobalCmpConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this globalcmp consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether GlobalCmp applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPGlobalCmpConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPGlobalCmpConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -/// Maps ATTrackingManager.requestTrackingAuthorization into our own enum. -/// It covers also the case when ATTrackingManager.AuthorizationStatus is not available. -typedef SWIFT_ENUM(NSInteger, SPIDFAStatus, open) { -/// the user hasn’t been prompted about the IDFA yet - SPIDFAStatusUnknown = 0, -/// the user accepted being tracked - SPIDFAStatusAccepted = 1, -/// the user denied access to IDFA - SPIDFAStatusDenied = 2, -/// the IDFA is not available in this version of the OS - SPIDFAStatusUnavailable = 3, -}; - -SWIFT_CLASS("_TtC21ConsentViewController18SPIDFAStatusBridge") -@interface SPIDFAStatusBridge : NSObject -+ (enum SPIDFAStatus)current SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nonnull)currentString SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -/// Languages supported by Message and PM -typedef SWIFT_ENUM(NSInteger, SPMessageLanguage, open) { - SPMessageLanguageAlbanian = 0, - SPMessageLanguageArabic = 1, - SPMessageLanguageBasque = 2, - SPMessageLanguageBosnian_Latin = 3, - SPMessageLanguageBulgarian = 4, - SPMessageLanguageCatalan = 5, - SPMessageLanguageChinese_Simplified = 6, - SPMessageLanguageChinese_Traditional = 7, - SPMessageLanguageCroatian = 8, - SPMessageLanguageCzech = 9, - SPMessageLanguageDanish = 10, - SPMessageLanguageDutch = 11, - SPMessageLanguageEnglish = 12, - SPMessageLanguageEstonian = 13, - SPMessageLanguageFinnish = 14, - SPMessageLanguageFrench = 15, - SPMessageLanguageGalician = 16, - SPMessageLanguageGeorgian = 17, - SPMessageLanguageGerman = 18, - SPMessageLanguageGreek = 19, - SPMessageLanguageHebrew = 20, - SPMessageLanguageHindi = 21, - SPMessageLanguageHungarian = 22, - SPMessageLanguageIndonesian = 23, - SPMessageLanguageItalian = 24, - SPMessageLanguageJapanese = 25, - SPMessageLanguageKorean = 26, - SPMessageLanguageLatvian = 27, - SPMessageLanguageLithuanian = 28, - SPMessageLanguageMacedonian = 29, - SPMessageLanguageMalay = 30, - SPMessageLanguageMaltese = 31, - SPMessageLanguageNorwegian = 32, - SPMessageLanguagePolish = 33, - SPMessageLanguagePortuguese_Brazil = 34, - SPMessageLanguagePortuguese_Portugal = 35, - SPMessageLanguageRomanian = 36, - SPMessageLanguageRussian = 37, - SPMessageLanguageSerbian_Cyrillic = 38, - SPMessageLanguageSerbian_Latin = 39, - SPMessageLanguageSlovak = 40, - SPMessageLanguageSlovenian = 41, - SPMessageLanguageSpanish = 42, - SPMessageLanguageSwahili = 43, - SPMessageLanguageSwedish = 44, - SPMessageLanguageTagalog = 45, - SPMessageLanguageThai = 46, - SPMessageLanguageTurkish = 47, - SPMessageLanguageUkrainian = 48, - SPMessageLanguageVietnamese = 49, - SPMessageLanguageWelsh = 50, - SPMessageLanguageBrowserDefault = 51, -}; - -SWIFT_PROTOCOL("_TtP21ConsentViewController14SPRenderingApp_") -@protocol SPRenderingApp -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -@end - -SWIFT_PROTOCOL("_TtP21ConsentViewController13SPMessageView_") -@protocol SPMessageView -@property (nonatomic, strong) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -@end - -@class NSBundle; -SWIFT_CLASS("_TtC21ConsentViewController23SPMessageViewController") -@interface SPMessageViewController : UIViewController -@property (nonatomic, weak) id _Nullable messageUIDelegate; -@property (nonatomic) enum SPCampaignType campaignType; -@property (nonatomic, copy) NSString * _Nonnull messageId; -@property (nonatomic) NSTimeInterval timeout; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; -- (void)loadMessage; -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; -@end - -SWIFT_CLASS("_TtC21ConsentViewController15SPNativeMessage") -@interface SPNativeMessage : NSObject -/// Used to notify the SPConsentManager about its different lifecycle events. -@property (nonatomic, weak) id _Nullable messageUIDelegate; -/// Indicates the type of the campaign for this message -///
    -///
  • -/// SeeMore: SPCampaignType -///
  • -///
-@property (nonatomic) enum SPCampaignType campaignType; -/// The id of the message received from the server -@property (nonatomic, copy) NSString * _Nonnull messageId; -/// Unused by the native message -@property (nonatomic) NSTimeInterval timeout; -- (void)loadMessage; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIReady(_ controller: UIViewController) when the PM -/// is ready to be displayed -- (void)loadPrivacyManagerWithUrl:(NSURL * _Nonnull)url; -/// no-op the SPNativeMessage class is not responsible for loading the Privacy Manager -/// The will get a call to onSPUIFinished(_ controller: UIViewController) when the PM -/// is ready to be closed -- (void)closePrivacyManager; -- (void)dismissMessage; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage14AttributeStyle") -@interface AttributeStyle : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage9Attribute") -@interface Attribute : NSObject -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -SWIFT_CLASS("_TtCC21ConsentViewController15SPNativeMessage6Action") -@interface Action : Attribute -@end - -typedef SWIFT_ENUM(NSInteger, SPOptinalBool, open) { - SPOptinalBoolYes = 0, - SPOptinalBoolNo = 1, - SPOptinalBoolUnset = 2, -}; - -@class Status; -SWIFT_CLASS("_TtC21ConsentViewController20SPPreferencesConsent") -@interface SPPreferencesConsent : NSObject -@property (nonatomic, copy) NSString * _Nullable uuid; -@property (nonatomic, copy) NSArray * _Nonnull status; -@property (nonatomic, copy) NSArray * _Nonnull rejectedStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPPreferencesConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPPreferencesConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -typedef SWIFT_ENUM(NSInteger, SubType, open) { - SubTypeAIPolicy = 0, - SubTypeTermsAndConditions = 1, - SubTypePrivacyPolicy = 2, - SubTypeLegalPolicy = 3, - SubTypeTermsOfSale = 4, - SubTypeUnknown = 5, -}; - -/// Supported privacy manager tabs in PM -typedef SWIFT_ENUM(NSInteger, SPPrivacyManagerTab, open) { - SPPrivacyManagerTabDefault = 0, - SPPrivacyManagerTabPurposes = 1, - SPPrivacyManagerTabVendors = 2, - SPPrivacyManagerTabFeatures = 3, -}; - -/// SPPropertyName is the exact name of your property as created in SourcePoint’s dashboard. -/// important: -/// notice that it can only contain letters, numbers, . (dots), : (semicolons), -///
    -///
  • -/// (dashes) and / (slashes). The constructor will validate upon that and throw an error otherwise. -///
  • -///
-SWIFT_CLASS("_TtC21ConsentViewController14SPPropertyName") -@interface SPPropertyName : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -/// \param rawValue the exact name of your property as created in SourcePoint’s dashboard. -/// -/// -/// throws: -/// InvalidArgumentError if the property name contain anything other than letters, numbers, . (dots), : (semicolons) and / (slashes). -- (nullable instancetype)init:(NSString * _Nonnull)rawValue error:(NSError * _Nullable * _Nullable)error OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ConsentString; -SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent") -@interface SPUSNatConsent : NSObject -/// A collection of accepted/rejected vendors and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull vendors; -/// A collection of accepted/rejected categories (aka. purposes) and their ids -@property (nonatomic, readonly, copy) NSArray * _Nonnull categories; -/// Identifies this usnat consent profile -@property (nonatomic, copy) NSString * _Nullable uuid; -/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting -@property (nonatomic) BOOL applies; -/// The consent strings related to this user profile -@property (nonatomic, copy) NSArray * _Nonnull consentStrings; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@end - -SWIFT_CLASS_NAMED("ConsentString") -@interface SPUSNatConsent_ConsentString : NSObject -@property (nonatomic, readonly) NSInteger sectionId; -@property (nonatomic, readonly, copy) NSString * _Nonnull sectionName; -@property (nonatomic, readonly, copy) NSString * _Nonnull consentString; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)initWithSectionId:(NSInteger)sectionId sectionName:(NSString * _Nonnull)sectionName consentString:(NSString * _Nonnull)consentString OBJC_DESIGNATED_INITIALIZER; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class SPUSNatConsent_ObjcStatuses; -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, strong) SPUSNatConsent_ObjcStatuses * _Nonnull objcStatuses; -@end - -SWIFT_CLASS_NAMED("ObjcStatuses") -@interface SPUSNatConsent_ObjcStatuses : NSObject -@property (nonatomic, readonly) BOOL rejectedAny; -@property (nonatomic, readonly) BOOL consentedToAll; -@property (nonatomic, readonly) BOOL consentedToAny; -@property (nonatomic, readonly) BOOL hasConsentData; -@property (nonatomic, readonly) BOOL sellStatus; -@property (nonatomic, readonly) BOOL shareStatus; -@property (nonatomic, readonly) BOOL sensitiveDataStatus; -@property (nonatomic, readonly) BOOL gpcStatus; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUSNatConsent (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -+ (SPUSNatConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -@end - -SWIFT_CLASS("_TtC21ConsentViewController10SPUserData") -@interface SPUserData : NSObject -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@interface SPUserData (SWIFT_EXTENSION(ConsentViewController)) -/// Returns GDPR consent data if any available. -/// seealso: -/// SPGDPRConsent -- (SPGDPRConsent * _Nullable)objcGDPRConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GDPR applies based on the VendorList configuration. -- (BOOL)objcGDPRApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns CCPA consent data if any available. -/// seealso: -/// SPCCPAConsent -- (SPCCPAConsent * _Nullable)objcCCPAConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether CCPA applies based on the VendorList configuration. -- (BOOL)objcCCPAApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns USNat consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPUSNatConsent * _Nullable)objcUSNatConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether USNat applies based on the VendorList configuration. -- (BOOL)objcUSNatApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns GlobalCmp consent data if any available. -/// seealso: -/// SPUSNatConsent -- (SPGlobalCmpConsent * _Nullable)objcGlobalCmpConsents SWIFT_WARN_UNUSED_RESULT; -/// Indicates whether GlobalCmp applies based on the VendorList configuration. -- (BOOL)objcGlobalCmpApplies SWIFT_WARN_UNUSED_RESULT; -/// Returns Preferences consent data if any available. -/// seealso: -/// SPPreferencesConsent -- (SPPreferencesConsent * _Nullable)objcPreferencesConsents SWIFT_WARN_UNUSED_RESULT; -@end - -@interface NSURLSessionDataTask (SWIFT_EXTENSION(ConsentViewController)) -@property (nonatomic) float priority; -@end - -SWIFT_CLASS("_TtC21ConsentViewController43UnableToConvertConsentSnapshotIntoJsonError") -@interface UnableToConvertConsentSnapshotIntoJsonError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@end - -SWIFT_CLASS("_TtC21ConsentViewController16UnableToFindView") -@interface UnableToFindView : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController37UnableToInjectMessageIntoRenderingApp") -@interface UnableToInjectMessageIntoRenderingApp : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController22UnableToLoadJSReceiver") -@interface UnableToLoadJSReceiver : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController29WebViewConnectionTimeOutError") -@interface WebViewConnectionTimeOutError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -SWIFT_CLASS("_TtC21ConsentViewController12WebViewError") -@interface WebViewError : SPError -@property (nonatomic, readonly, copy) NSString * _Nonnull spCode; -@property (nonatomic, readonly, copy) NSString * _Nonnull description; -@end - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController.h b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController.h deleted file mode 100644 index 3706bee38..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Headers/ConsentViewController.h +++ /dev/null @@ -1,4 +0,0 @@ -#import - -FOUNDATION_EXPORT double ConsentViewControllerVersionNumber; -FOUNDATION_EXPORT const unsigned char ConsentViewControllerVersionString[]; diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist deleted file mode 100644 index 1dca7031c..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Info.plist and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/LongButtonViewCell.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/LongButtonViewCell.nib deleted file mode 100644 index 1ac0a66b9..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/LongButtonViewCell.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json deleted file mode 100644 index 3bf615850..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json +++ /dev/null @@ -1,45338 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CategoryContentType", - "printedName": "CategoryContentType", - "children": [ - { - "kind": "Var", - "name": "consent", - "printedName": "consent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "legitimate", - "printedName": "legitimate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "specialFeatures", - "printedName": "specialFeatures", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController19CategoryContentTypeO", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "TVUIKit", - "printedName": "TVUIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPANativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 544, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "Array", - "offset": 345, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 480, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPFocusableTextView.swift", - "kind": "BooleanLiteral", - "offset": 364, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "Array", - "offset": 558, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 1966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 3033, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 7859, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 8627, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 9025, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13281, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13292, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 1427, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 238, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPQRCode.swift", - "kind": "IntegerLiteral", - "offset": 219, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 442, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 1530, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "Array", - "offset": 878, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4877, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4936, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4957, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5099, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5157, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5177, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 5244, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 662, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 575, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 631, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 660, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 702, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 765, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 963, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 398, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 432, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 486, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 684, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "Array", - "offset": 551, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 626, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "BooleanLiteral", - "offset": 13320, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Data\/GDPRPMPayload.swift", - "kind": "Array", - "offset": 786, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - } - ] -} \ No newline at end of file diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface deleted file mode 100644 index 0b751a19d..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPWebConsentPayload = Swift.String -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc deleted file mode 100644 index 2e7e5e4ba..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface deleted file mode 100644 index 0b751a19d..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target arm64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPWebConsentPayload = Swift.String -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json deleted file mode 100644 index 3bf615850..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json +++ /dev/null @@ -1,45338 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "ConsentViewController", - "printedName": "ConsentViewController", - "children": [ - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentable", - "printedName": "SPConsentable", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)id", - "mangledName": "$s21ConsentViewController13SPConsentableC2idSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consented", - "printedName": "consented", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)consented", - "mangledName": "$s21ConsentViewController13SPConsentableC9consentedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(py)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)description", - "mangledName": "$s21ConsentViewController13SPConsentableC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:consented:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)initWithId:consented:", - "mangledName": "$s21ConsentViewController13SPConsentableC2id9consentedACSS_Sbtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPConsentableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable(im)init", - "mangledName": "$s21ConsentViewController13SPConsentableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPConsentableC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPConsentableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable", - "mangledName": "$s21ConsentViewController13SPConsentableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGPPConfig", - "printedName": "SPGPPConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "SPMspaBinaryFlag", - "printedName": "SPMspaBinaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMspaTernaryFlag", - "printedName": "SPMspaTernaryFlag", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO3yesyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO2noyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "notApplicable", - "printedName": "notApplicable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type) -> ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO13notApplicableyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "mangledName": "$s21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagOSg_AC0n7TernaryP0OSgALtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(MspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - }, - { - "kind": "TypeNominal", - "name": "SPMspaBinaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaBinaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC16SPMspaBinaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - }, - { - "kind": "TypeNominal", - "name": "SPMspaTernaryFlag", - "printedName": "ConsentViewController.SPGPPConfig.SPMspaTernaryFlag", - "usr": "s:21ConsentViewController11SPGPPConfigC17SPMspaTernaryFlagO" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)initWithMspaCoveredTransaction:MspaOptOutOptionMode:MspaServiceProviderMode:", - "mangledName": "$s21ConsentViewController11SPGPPConfigC22MspaCoveredTransaction0E16OptOutOptionMode0e15ServiceProviderK0A2C16SPMspaBinaryFlagO_AC0n7TernaryP0OAJtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig(im)init", - "mangledName": "$s21ConsentViewController11SPGPPConfigCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController11SPGPPConfigC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig", - "mangledName": "$s21ConsentViewController11SPGPPConfigC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ConsentStatus", - "printedName": "ConsentStatus", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedLI", - "printedName": "rejectedLI", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV10rejectedLISbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedAll", - "printedName": "consentedAll", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV12consentedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedAll", - "printedName": "rejectedAll", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV11rejectedAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "vendorListAdditions", - "printedName": "vendorListAdditions", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV19vendorListAdditionsSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "legalBasisChanges", - "printedName": "legalBasisChanges", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "mangledName": "$s21ConsentViewController0A6StatusV17legalBasisChangesSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController0A6StatusV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController0A6StatusV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController0A6StatusV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController0A6StatusV", - "mangledName": "$s21ConsentViewController0A6StatusV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGCMData", - "printedName": "SPGCMData", - "children": [ - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMData.Status.Type) -> ConsentViewController.SPGCMData.Status", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMData.Status.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO", - "mangledName": "$s21ConsentViewController9SPGCMDataV6StatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV9adStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV16analyticsStorageAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV10adUserDataAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData.Status?", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPGCMData.Status", - "usr": "s:21ConsentViewController9SPGCMDataV6StatusO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "mangledName": "$s21ConsentViewController9SPGCMDataV17adPersonalizationAC6StatusOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPGCMDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPGCMDataV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - }, - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController9SPGCMDataV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController9SPGCMDataV", - "mangledName": "$s21ConsentViewController9SPGCMDataV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPGCMDataObjc", - "printedName": "SPGCMDataObjc", - "children": [ - { - "kind": "TypeDecl", - "name": "ObjcStatus", - "printedName": "ObjcStatus", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO7grantedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO6deniedyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGCMDataObjc.ObjcStatus.Type) -> ConsentViewController.SPGCMDataObjc.ObjcStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO5unsetyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC0E6StatusO", - "moduleName": "ConsentViewController", - "objc_name": "SPGCMDataObjc_ObjcStatus", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "Var", - "name": "adStorage", - "printedName": "adStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC9adStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "analyticsStorage", - "printedName": "analyticsStorage", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)analyticsStorage", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC16analyticsStorageAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adUserData", - "printedName": "adUserData", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adUserData", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC10adUserDataAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "adPersonalization", - "printedName": "adPersonalization", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(py)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjcStatus", - "printedName": "ConsentViewController.SPGCMDataObjc.ObjcStatus", - "usr": "s:21ConsentViewController13SPGCMDataObjcC0E6StatusO" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)adPersonalization", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC17adPersonalizationAC0E6StatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC4fromAcA0D0VSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMDataObjc", - "printedName": "ConsentViewController.SPGCMDataObjc", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc(im)init", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGCMDataObjc", - "mangledName": "$s21ConsentViewController13SPGCMDataObjcC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPWebConsents", - "printedName": "SPWebConsents", - "children": [ - { - "kind": "TypeDecl", - "name": "SPWebConsent", - "printedName": "SPWebConsent", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(uuid:webConsentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "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:21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4uuid03webA7PayloadAESgSSSg_AItcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V", - "mangledName": "$s21ConsentViewController13SPWebConsentsV0dA0V", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsent", - "printedName": "ConsentViewController.SPWebConsents.SPWebConsent", - "usr": "s:21ConsentViewController13SPWebConsentsV0dA0V" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4gdpr4ccpa5usnatA2C0dA0VSg_A2Itcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPWebConsentsV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPWebConsentsV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - }, - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController13SPWebConsentsV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController13SPWebConsentsV", - "mangledName": "$s21ConsentViewController13SPWebConsentsV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "TypeDecl", - "name": "SPConsent", - "printedName": "SPConsent", - "children": [ - { - "kind": "Var", - "name": "consents", - "printedName": "consents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvp", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC8consentsxSgvg", - "mangledName": "$s21ConsentViewController9SPConsentC8consentsxSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvp", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC7appliesSbvg", - "mangledName": "$s21ConsentViewController9SPConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvp", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController9SPConsentC11descriptionSSvg", - "mangledName": "$s21ConsentViewController9SPConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(consents:applies:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "mangledName": "$s21ConsentViewController9SPConsentC8consents7appliesACyxGxSg_Sbtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController9SPConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "mangledName": "$s21ConsentViewController9SPConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentCACyxGycfc", - "mangledName": "$s21ConsentViewController9SPConsentCACyxGycfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController9SPConsentC4fromACyxGs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController9SPConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController9SPConsentC", - "mangledName": "$s21ConsentViewController9SPConsentC", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : Foundation.NSCopying, τ_0_0 : Swift.Decodable, τ_0_0 : Swift.Encodable, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPUserData", - "printedName": "SPUserData", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdprAA9SPConsentCyAA13SPGDPRConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC4ccpaAA9SPConsentCyAA13SPCCPAConsentCGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC5usnatAA9SPConsentCyAA07SPUSNatA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC9globalcmpAA9SPConsentCyAA011SPGlobalCmpA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11preferencesAA9SPConsentCyAA013SPPreferencesA0CGSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "webConsents", - "printedName": "webConsents", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPWebConsents", - "printedName": "ConsentViewController.SPWebConsents", - "usr": "s:21ConsentViewController13SPWebConsentsV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "mangledName": "$s21ConsentViewController10SPUserDataC11webConsentsAA05SPWebG0Vvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(py)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)description", - "mangledName": "$s21ConsentViewController10SPUserDataC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:globalcmp:preferences:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsent", - "printedName": "ConsentViewController.SPConsent", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:21ConsentViewController9SPConsentC" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4gdpr4ccpa5usnat9globalcmp11preferencesAcA9SPConsentCyAA13SPGDPRConsentCGSg_AJyAA13SPCCPAConsentCGSgAJyAA07SPUSNatA0CGSgAJyAA011SPGlobalCmpA0CGSgAJyAA013SPPreferencesA0CGSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)copyWithZone:", - "mangledName": "$s21ConsentViewController10SPUserDataC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)isEqual:", - "mangledName": "$s21ConsentViewController10SPUserDataC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData(im)init", - "mangledName": "$s21ConsentViewController10SPUserDataCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController10SPUserDataC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController10SPUserDataC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGDPRApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcCCPAApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcUSNatApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC21objcGlobalCmpConsentsAA08SPGlobalhA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcGlobalCmpApplies", - "mangledName": "$s21ConsentViewController10SPUserDataC20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUserData(im)objcPreferencesConsents", - "mangledName": "$s21ConsentViewController10SPUserDataC23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData", - "mangledName": "$s21ConsentViewController10SPUserDataC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPObjcUserData", - "printedName": "SPObjcUserData", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPObjcUserData", - "printedName": "SPObjcUserData", - "children": [ - { - "kind": "Function", - "name": "objcGDPRConsents", - "printedName": "objcGDPRConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGDPRConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcGDPRConsentsAA13SPGDPRConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGDPRApplies", - "printedName": "objcGDPRApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcGDPRAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAConsents", - "printedName": "objcCCPAConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCCPAConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcCCPAConsentsAA13SPCCPAConsentCSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcCCPAApplies", - "printedName": "objcCCPAApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP15objcCCPAAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatConsents", - "printedName": "objcUSNatConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPUSNatConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP17objcUSNatConsentsAA07SPUSNatA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcUSNatApplies", - "printedName": "objcUSNatApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP16objcUSNatAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpConsents", - "printedName": "objcGlobalCmpConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGlobalCmpConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP21objcGlobalCmpConsentsAA08SPGlobaliA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcGlobalCmpApplies", - "printedName": "objcGlobalCmpApplies()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP20objcGlobalCmpAppliesSbyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "objcPreferencesConsents", - "printedName": "objcPreferencesConsents()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP23objcPreferencesConsentsAA013SPPreferencesA0CSgyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPObjcUserData>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:21ConsentViewController14SPObjcUserDataP", - "mangledName": "$s21ConsentViewController14SPObjcUserDataP", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CCPAConsentStatus", - "printedName": "CCPAConsentStatus", - "children": [ - { - "kind": "Var", - "name": "RejectedNone", - "printedName": "RejectedNone", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedNone", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedNoneyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RejectedSome", - "printedName": "RejectedSome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedSome", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12RejectedSomeyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "RejectedAll", - "printedName": "RejectedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusRejectedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO11RejectedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ConsentedAll", - "printedName": "ConsentedAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusConsentedAll", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO12ConsentedAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "LinkedNoAction", - "printedName": "LinkedNoAction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusLinkedNoAction", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO14LinkedNoActionyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CCPAConsentStatus.Type) -> ConsentViewController.CCPAConsentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CCPAConsentStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus@CCPAConsentStatusUnknown", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.CCPAConsentStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus", - "mangledName": "$s21ConsentViewController17CCPAConsentStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPAConsent", - "printedName": "SPCCPAConsent", - "children": [ - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)status", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CCPAConsentStatus", - "printedName": "ConsentViewController.CCPAConsentStatus", - "usr": "c:@M@ConsentViewController@E@CCPAConsentStatus" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6statusAA17CCPAConsentStatusOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedVendors", - "printedName": "rejectedVendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedVendors", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedVendors:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC15rejectedVendorsSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedCategories", - "printedName": "rejectedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)rejectedCategories", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setRejectedCategories:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC18rejectedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uspstring", - "printedName": "uspstring", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uspstring", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC9uspstringSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPCCPAConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPCCPAConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7GPPDataAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(py)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)description", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCCPAConsent", - "printedName": "ConsentViewController.SPCCPAConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent(im)init", - "mangledName": "$s21ConsentViewController13SPCCPAConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCCPAConsent", - "mangledName": "$s21ConsentViewController13SPCCPAConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPropertyName", - "printedName": "SPPropertyName", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(py)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)description", - "mangledName": "$s21ConsentViewController14SPPropertyNameC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init:error:", - "mangledName": "$s21ConsentViewController14SPPropertyNameCyACSSKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPPropertyNameC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController14SPPropertyNameC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)isEqual:", - "mangledName": "$s21ConsentViewController14SPPropertyNameC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName(im)init", - "mangledName": "$s21ConsentViewController14SPPropertyNameCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName", - "mangledName": "$s21ConsentViewController14SPPropertyNameC", - "moduleName": "ConsentViewController", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SystemConfiguration", - "printedName": "SystemConfiguration", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageLanguage", - "printedName": "SPMessageLanguage", - "children": [ - { - "kind": "Var", - "name": "Albanian", - "printedName": "Albanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageAlbanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8AlbanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Arabic", - "printedName": "Arabic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageArabic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6ArabicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Basque", - "printedName": "Basque", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBasque", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6BasqueyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Bosnian_Latin", - "printedName": "Bosnian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBosnian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Bosnian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "Bulgarian", - "printedName": "Bulgarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBulgarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9BulgarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Catalan", - "printedName": "Catalan", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCatalan", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7CatalanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Chinese_Simplified", - "printedName": "Chinese_Simplified", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Simplified", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO18Chinese_SimplifiedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "Chinese_Traditional", - "printedName": "Chinese_Traditional", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageChinese_Traditional", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Chinese_TraditionalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "Croatian", - "printedName": "Croatian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCroatian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8CroatianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "Czech", - "printedName": "Czech", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageCzech", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5CzechyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Danish", - "printedName": "Danish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6DanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "Dutch", - "printedName": "Dutch", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageDutch", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5DutchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 11 - }, - { - "kind": "Var", - "name": "English", - "printedName": "English", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEnglish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7EnglishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 12 - }, - { - "kind": "Var", - "name": "Estonian", - "printedName": "Estonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageEstonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8EstonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 13 - }, - { - "kind": "Var", - "name": "Finnish", - "printedName": "Finnish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFinnish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7FinnishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 14 - }, - { - "kind": "Var", - "name": "French", - "printedName": "French", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageFrench", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6FrenchyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 15 - }, - { - "kind": "Var", - "name": "Galician", - "printedName": "Galician", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGalician", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GalicianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 16 - }, - { - "kind": "Var", - "name": "Georgian", - "printedName": "Georgian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGeorgian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8GeorgianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 17 - }, - { - "kind": "Var", - "name": "German", - "printedName": "German", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGerman", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6GermanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 18 - }, - { - "kind": "Var", - "name": "Greek", - "printedName": "Greek", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageGreek", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5GreekyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 19 - }, - { - "kind": "Var", - "name": "Hebrew", - "printedName": "Hebrew", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHebrew", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6HebrewyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 20 - }, - { - "kind": "Var", - "name": "Hindi", - "printedName": "Hindi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHindi", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5HindiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 21 - }, - { - "kind": "Var", - "name": "Hungarian", - "printedName": "Hungarian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageHungarian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9HungarianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 22 - }, - { - "kind": "Var", - "name": "Indonesian", - "printedName": "Indonesian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageIndonesian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10IndonesianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 23 - }, - { - "kind": "Var", - "name": "Italian", - "printedName": "Italian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageItalian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7ItalianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 24 - }, - { - "kind": "Var", - "name": "Japanese", - "printedName": "Japanese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageJapanese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8JapaneseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 25 - }, - { - "kind": "Var", - "name": "Korean", - "printedName": "Korean", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageKorean", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6KoreanyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 26 - }, - { - "kind": "Var", - "name": "Latvian", - "printedName": "Latvian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLatvian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7LatvianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 27 - }, - { - "kind": "Var", - "name": "Lithuanian", - "printedName": "Lithuanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageLithuanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10LithuanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 28 - }, - { - "kind": "Var", - "name": "Macedonian", - "printedName": "Macedonian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMacedonian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10MacedonianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 29 - }, - { - "kind": "Var", - "name": "Malay", - "printedName": "Malay", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMalay", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5MalayyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 30 - }, - { - "kind": "Var", - "name": "Maltese", - "printedName": "Maltese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageMaltese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7MalteseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 31 - }, - { - "kind": "Var", - "name": "Norwegian", - "printedName": "Norwegian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageNorwegian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9NorwegianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 32 - }, - { - "kind": "Var", - "name": "Polish", - "printedName": "Polish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePolish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6PolishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 33 - }, - { - "kind": "Var", - "name": "Portuguese_Brazil", - "printedName": "Portuguese_Brazil", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Brazil", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO17Portuguese_BrazilyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 34 - }, - { - "kind": "Var", - "name": "Portuguese_Portugal", - "printedName": "Portuguese_Portugal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguagePortuguese_Portugal", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO19Portuguese_PortugalyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 35 - }, - { - "kind": "Var", - "name": "Romanian", - "printedName": "Romanian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRomanian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8RomanianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 36 - }, - { - "kind": "Var", - "name": "Russian", - "printedName": "Russian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageRussian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7RussianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 37 - }, - { - "kind": "Var", - "name": "Serbian_Cyrillic", - "printedName": "Serbian_Cyrillic", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Cyrillic", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO16Serbian_CyrillicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 38 - }, - { - "kind": "Var", - "name": "Serbian_Latin", - "printedName": "Serbian_Latin", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSerbian_Latin", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO13Serbian_LatinyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 39 - }, - { - "kind": "Var", - "name": "Slovak", - "printedName": "Slovak", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovak", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO6SlovakyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 40 - }, - { - "kind": "Var", - "name": "Slovenian", - "printedName": "Slovenian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSlovenian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9SlovenianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 41 - }, - { - "kind": "Var", - "name": "Spanish", - "printedName": "Spanish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSpanish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SpanishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 42 - }, - { - "kind": "Var", - "name": "Swahili", - "printedName": "Swahili", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwahili", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwahiliyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 43 - }, - { - "kind": "Var", - "name": "Swedish", - "printedName": "Swedish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageSwedish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7SwedishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 44 - }, - { - "kind": "Var", - "name": "Tagalog", - "printedName": "Tagalog", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTagalog", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TagalogyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 45 - }, - { - "kind": "Var", - "name": "Thai", - "printedName": "Thai", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageThai", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO4ThaiyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 46 - }, - { - "kind": "Var", - "name": "Turkish", - "printedName": "Turkish", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageTurkish", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO7TurkishyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 47 - }, - { - "kind": "Var", - "name": "Ukrainian", - "printedName": "Ukrainian", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageUkrainian", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO9UkrainianyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 48 - }, - { - "kind": "Var", - "name": "Vietnamese", - "printedName": "Vietnamese", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageVietnamese", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO10VietnameseyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 49 - }, - { - "kind": "Var", - "name": "Welsh", - "printedName": "Welsh", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageWelsh", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO5WelshyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 50 - }, - { - "kind": "Var", - "name": "BrowserDefault", - "printedName": "BrowserDefault", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPMessageLanguage.Type) -> ConsentViewController.SPMessageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPMessageLanguage.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage@SPMessageLanguageBrowserDefault", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO14BrowserDefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 51 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPMessageLanguage?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage", - "mangledName": "$s21ConsentViewController17SPMessageLanguageO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPOptinalBool", - "printedName": "SPOptinalBool", - "children": [ - { - "kind": "Var", - "name": "yes", - "printedName": "yes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolYes", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO3yesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "no", - "printedName": "no", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolNo", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO2noyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "unset", - "printedName": "unset", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPOptinalBool.Type) -> ConsentViewController.SPOptinalBool", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPOptinalBool.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool@SPOptinalBoolUnset", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO5unsetyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO6stringSSvg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO6stringSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPOptinalBool?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPOptinalBool", - "printedName": "ConsentViewController.SPOptinalBool", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPOptinalBool", - "mangledName": "$s21ConsentViewController13SPOptinalBoolO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaign", - "printedName": "SPCampaign", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(py)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)description", - "mangledName": "$s21ConsentViewController10SPCampaignC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(targetingParams:groupPmId:gppConfig:transitionCCPAAuth:supportLegacyUSPString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "Optional", - "printedName": "ConsentViewController.SPGPPConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGPPConfig", - "printedName": "ConsentViewController.SPGPPConfig", - "usr": "c:@M@ConsentViewController@objc(cs)SPGPPConfig" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "mangledName": "$s21ConsentViewController10SPCampaignC15targetingParams9groupPmId9gppConfig18transitionCCPAAuth22supportLegacyUSPStringACSDyS2SG_SSSgAA11SPGPPConfigCSgSbSgANtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "NonObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign(im)init", - "mangledName": "$s21ConsentViewController10SPCampaignCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign", - "mangledName": "$s21ConsentViewController10SPCampaignC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPCampaigns", - "printedName": "SPCampaigns", - "children": [ - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)environment", - "mangledName": "$s21ConsentViewController11SPCampaignsC11environmentAA13SPCampaignEnvOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)gdpr", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdprAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ccpa", - "mangledName": "$s21ConsentViewController11SPCampaignsC4ccpaAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)usnat", - "mangledName": "$s21ConsentViewController11SPCampaignsC5usnatAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)ios14", - "mangledName": "$s21ConsentViewController11SPCampaignsC5ios14AA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)globalcmp", - "mangledName": "$s21ConsentViewController11SPCampaignsC9globalcmpAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)preferences", - "mangledName": "$s21ConsentViewController11SPCampaignsC11preferencesAA10SPCampaignCSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(py)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)description", - "mangledName": "$s21ConsentViewController11SPCampaignsC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(gdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaign?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaign", - "printedName": "ConsentViewController.SPCampaign", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaign" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)initWithGdpr:ccpa:usnat:ios14:globalcmp:preferences:environment:", - "mangledName": "$s21ConsentViewController11SPCampaignsC4gdpr4ccpa5usnat5ios149globalcmp11preferences11environmentAcA10SPCampaignCSg_A5mA0L3EnvOtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns(im)init", - "mangledName": "$s21ConsentViewController11SPCampaignsCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns", - "mangledName": "$s21ConsentViewController11SPCampaignsC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "AdSupport", - "printedName": "AdSupport", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AppTrackingTransparency", - "printedName": "AppTrackingTransparency", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPIDFAStatus", - "printedName": "SPIDFAStatus", - "children": [ - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnknown", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "accepted", - "printedName": "accepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusAccepted", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8acceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "denied", - "printedName": "denied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusDenied", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6deniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "unavailable", - "printedName": "unavailable", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus.Type) -> ConsentViewController.SPIDFAStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPIDFAStatus.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus@SPIDFAStatusUnavailable", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11unavailableyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fromApple:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - }, - { - "kind": "TypeNominal", - "name": "AuthorizationStatus", - "printedName": "AppTrackingTransparency.ATTrackingManager.AuthorizationStatus", - "usr": "c:@E@ATTrackingManagerAuthorizationStatus" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO9fromAppleACSo36ATTrackingManagerAuthorizationStatusV_tcfc", - "moduleName": "ConsentViewController", - "intro_iOS": "14", - "intro_tvOS": "14", - "declAttributes": [ - "AccessControl", - "Available", - "Available" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "requestAuthorisation", - "printedName": "requestAuthorisation(handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPIDFAStatus) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ] - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO20requestAuthorisation7handleryyACc_tFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO7currentACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPIDFAStatus?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus", - "mangledName": "$s21ConsentViewController12SPIDFAStatusO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPIDFAStatus]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "SPIDFAStatusBridge", - "printedName": "SPIDFAStatusBridge", - "children": [ - { - "kind": "Function", - "name": "current", - "printedName": "current()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatus", - "printedName": "ConsentViewController.SPIDFAStatus", - "usr": "c:@M@ConsentViewController@E@SPIDFAStatus" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)current", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC7currentAA0D0OyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentString", - "printedName": "currentString()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(cm)currentString", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC13currentStringSSyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPIDFAStatusBridge", - "printedName": "ConsentViewController.SPIDFAStatusBridge", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge(im)init", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPIDFAStatusBridge", - "mangledName": "$s21ConsentViewController18SPIDFAStatusBridgeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCCPA", - "printedName": "SPCCPA", - "children": [ - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(py)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)ccpaApplies", - "mangledName": "$s21ConsentViewController6SPCCPAP11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPCCPAP22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPCCPA>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPR", - "printedName": "SPGDPR", - "children": [ - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(py)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)gdprApplies", - "mangledName": "$s21ConsentViewController6SPGDPRP11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController6SPGDPRP22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGDPR>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "children": [ - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(py)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)usnatApplies", - "mangledName": "$s21ConsentViewController7SPUSNATP12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController7SPUSNATP23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "children": [ - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPGLOBALCMP>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "children": [ - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPPREFERENCES>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "intro_iOS": "10", - "declAttributes": [ - "AccessControl", - "ObjC", - "Available" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPSDK", - "printedName": "SPSDK", - "children": [ - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cpy)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)VERSION", - "mangledName": "$s21ConsentViewController5SPSDKP7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController5SPSDKP20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController5SPSDKP23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController5SPSDKP17privacyManagerTabAA09SPPrivacyfG0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)messageLanguage", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController5SPSDKP15messageLanguageAA09SPMessageF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(py)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)userData", - "mangledName": "$s21ConsentViewController5SPSDKP8userDataAA06SPUserF0Cvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController5SPSDKP9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(cm)clearAllData", - "mangledName": "$s21ConsentViewController5SPSDKP12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "static": true, - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : 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": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController5SPSDKP11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController5SPSDKP012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController5SPSDKP9rejectAll12campaignTypeyAA010SPCampaignH0O_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK(im)dismissMessage", - "mangledName": "$s21ConsentViewController5SPSDKP14dismissMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "mangledName": "$s21ConsentViewController5SPSDKPAAE9accountId08propertyF00G4Name9campaigns8language8delegatexSi_SiAA010SPPropertyH0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:pubData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE11loadMessage9forAuthId7pubDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadCCPAPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE22loadGDPRPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyG3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE23loadUSNatPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyH3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE27loadGlobalCmpPrivacyManager6withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyI3TabOSbtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "mangledName": "$s21ConsentViewController5SPSDKPAAE20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPSDK>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPCCPA, τ_0_0 : ConsentViewController.SPGDPR, τ_0_0 : ConsentViewController.SPGLOBALCMP, τ_0_0 : ConsentViewController.SPMessageUIDelegate, τ_0_0 : ConsentViewController.SPPREFERENCES, τ_0_0 : ConsentViewController.SPUSNAT>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "children": [ - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate(im)onAction:from:", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "children": [ - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(error:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onErrorWithError:", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP7onError5erroryAA7SPErrorC_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "onErrorWithError:", - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPConsentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "Optional", - "ObjC", - "RawDocComment" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPDelegate", - "printedName": "SPDelegate", - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.SPConsentDelegate, τ_0_0 : ConsentViewController.SPConsentUIDelegate>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGDPRVendorGrant", - "printedName": "SPGDPRVendorGrant", - "children": [ - { - "kind": "Var", - "name": "granted", - "printedName": "granted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)granted", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7grantedSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "purposeGrants", - "printedName": "purposeGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)purposeGrants", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC13purposeGrantsSDySSSbGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(py)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)description", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(granted:purposeGrants:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.Bool]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)initWithGranted:purposeGrants:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7granted13purposeGrantsACSb_SDySSSbGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)isEqual:", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant(im)init", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant", - "mangledName": "$s21ConsentViewController17SPGDPRVendorGrantC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPGDPRConsent", - "printedName": "SPGDPRConsent", - "children": [ - { - "kind": "Var", - "name": "vendorGrants", - "printedName": "vendorGrants", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)vendorGrants", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPGDPRVendorGrant]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRVendorGrant", - "printedName": "ConsentViewController.SPGDPRVendorGrant", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRVendorGrant" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setVendorGrants:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC12vendorGrantsSDySSAA17SPGDPRVendorGrantCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "euconsent", - "printedName": "euconsent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)euconsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setEuconsent:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC9euconsentSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tcfData", - "printedName": "tcfData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7tcfDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGDPRConsent(py)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)uuid", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGDPRConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)applies", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStatus", - "printedName": "consentStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ConsentStatus", - "printedName": "ConsentViewController.ConsentStatus", - "usr": "s:21ConsentViewController0A6StatusV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0Vvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC13consentStatusAA0aF0VvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "googleConsentMode", - "printedName": "googleConsentMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPGCMData?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGCMData", - "printedName": "ConsentViewController.SPGCMData", - "usr": "s:21ConsentViewController9SPGCMDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC06googleA4ModeAA9SPGCMDataVSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "acceptedCategories", - "printedName": "acceptedCategories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)acceptedCategories", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)setAcceptedCategories:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC18acceptedCategoriesSaySSGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(py)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)description", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(cm)empty", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent(im)init", - "mangledName": "$s21ConsentViewController13SPGDPRConsentCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent", - "mangledName": "$s21ConsentViewController13SPGDPRConsentC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CategoryContentType", - "printedName": "CategoryContentType", - "children": [ - { - "kind": "Var", - "name": "consent", - "printedName": "consent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO7consentyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "legitimate", - "printedName": "legitimate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO10legitimateyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "specialFeatures", - "printedName": "specialFeatures", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.CategoryContentType.Type) -> ConsentViewController.CategoryContentType", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.CategoryContentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO15specialFeaturesyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - }, - { - "kind": "TypeNominal", - "name": "CategoryContentType", - "printedName": "ConsentViewController.CategoryContentType", - "usr": "s:21ConsentViewController19CategoryContentTypeO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController19CategoryContentTypeO", - "mangledName": "$s21ConsentViewController19CategoryContentTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignType", - "printedName": "SPCampaignType", - "children": [ - { - "kind": "Var", - "name": "gdpr", - "printedName": "gdpr", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGdpr", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4gdpryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "ios14", - "printedName": "ios14", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeIos14", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5ios14yA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ccpa", - "printedName": "ccpa", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeCcpa", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4ccpayA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "usnat", - "printedName": "usnat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUsnat", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO5usnatyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "globalcmp", - "printedName": "globalcmp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeGlobalcmp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO9globalcmpyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "preferences", - "printedName": "preferences", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypePreferences", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO11preferencesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "unknown", - "printedName": "unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignType.Type) -> ConsentViewController.SPCampaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignType@SPCampaignTypeUnknown", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO7unknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO8rawValueACSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignType", - "mangledName": "$s21ConsentViewController14SPCampaignTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPActionType", - "printedName": "SPActionType", - "children": [ - { - "kind": "Var", - "name": "SaveAndExit", - "printedName": "SaveAndExit", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeSaveAndExit", - "mangledName": "$s21ConsentViewController12SPActionTypeO11SaveAndExityA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PMCancel", - "printedName": "PMCancel", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypePMCancel", - "mangledName": "$s21ConsentViewController12SPActionTypeO8PMCancelyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Custom", - "printedName": "Custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeCustom", - "mangledName": "$s21ConsentViewController12SPActionTypeO6CustomyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "AcceptAll", - "printedName": "AcceptAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeAcceptAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9AcceptAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ShowPrivacyManager", - "printedName": "ShowPrivacyManager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeShowPrivacyManager", - "mangledName": "$s21ConsentViewController12SPActionTypeO18ShowPrivacyManageryA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "RejectAll", - "printedName": "RejectAll", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRejectAll", - "mangledName": "$s21ConsentViewController12SPActionTypeO9RejectAllyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "Dismiss", - "printedName": "Dismiss", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeDismiss", - "mangledName": "$s21ConsentViewController12SPActionTypeO7DismissyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "RequestATTAccess", - "printedName": "RequestATTAccess", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeRequestATTAccess", - "mangledName": "$s21ConsentViewController12SPActionTypeO16RequestATTAccessyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "IDFAAccepted", - "printedName": "IDFAAccepted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFAAccepted", - "mangledName": "$s21ConsentViewController12SPActionTypeO12IDFAAcceptedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "IDFADenied", - "printedName": "IDFADenied", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeIDFADenied", - "mangledName": "$s21ConsentViewController12SPActionTypeO10IDFADeniedyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPActionType.Type) -> ConsentViewController.SPActionType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPActionType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPActionType@SPActionTypeUnknown", - "mangledName": "$s21ConsentViewController12SPActionTypeO7UnknownyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 10 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController12SPActionTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPActionType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController12SPActionTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController12SPActionTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvpZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Nonisolated" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "mangledName": "$s21ConsentViewController12SPActionTypeO8allCasesSayACGvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPActionType", - "mangledName": "$s21ConsentViewController12SPActionTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPActionType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPAction", - "printedName": "SPAction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)type", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setType:", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "mangledName": "$s21ConsentViewController8SPActionC4typeAA0D4TypeOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)campaignType", - "mangledName": "$s21ConsentViewController8SPActionC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentLanguage", - "printedName": "consentLanguage", - "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@ConsentViewController@objc(cs)SPAction(py)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)consentLanguage", - "mangledName": "$s21ConsentViewController8SPActionC15consentLanguageSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmURL", - "printedName": "pmURL", - "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": "c:@M@ConsentViewController@objc(cs)SPAction(py)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)pmURL", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPmURL:", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "mangledName": "$s21ConsentViewController8SPActionC5pmURL10Foundation0F0VSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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@ConsentViewController@objc(cs)SPAction(py)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "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@ConsentViewController@objc(cs)SPAction(im)pmId", - "mangledName": "$s21ConsentViewController8SPActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmPayload", - "printedName": "pmPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "mangledName": "$s21ConsentViewController8SPActionC9pmPayloadAA6SPJsonOvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "publisherData", - "printedName": "publisherData", - "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": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)publisherData", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setPublisherData:", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "mangledName": "$s21ConsentViewController8SPActionC13publisherDataSDyS2SGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "encodablePubData", - "printedName": "encodablePubData", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)encodablePubData", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)setEncodablePubData:", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "mangledName": "$s21ConsentViewController8SPActionC16encodablePubDataSDySSAA12AnyEncodableCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "customActionId", - "printedName": "customActionId", - "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@ConsentViewController@objc(cs)SPAction(py)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)customActionId", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setCustomActionId:", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC14customActionIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC14customActionIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "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@ConsentViewController@objc(cs)SPAction(py)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPAction(im)messageId", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPAction(im)setMessageId:", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController8SPActionC9messageIdSSSgvM", - "mangledName": "$s21ConsentViewController8SPActionC9messageIdSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(py)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)description", - "mangledName": "$s21ConsentViewController8SPActionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:campaignType:publisherData:consentLanguage:pmPayload:pmurl:customActionId:messageId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "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": "SPJson", - "printedName": "ConsentViewController.SPJson", - "hasDefaultArg": true, - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "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" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "mangledName": "$s21ConsentViewController8SPActionC4type12campaignType13publisherData15consentLanguage9pmPayload5pmurl14customActionId07messageQ0AcA0dG0O_AA010SPCampaignG0OSDyS2SGSSSgAA6SPJsonO10Foundation3URLVSgA2Qtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)isEqual:", - "mangledName": "$s21ConsentViewController8SPActionC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction(im)init", - "mangledName": "$s21ConsentViewController8SPActionCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction", - "mangledName": "$s21ConsentViewController8SPActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPrivacyManagerTab", - "printedName": "SPPrivacyManagerTab", - "children": [ - { - "kind": "Var", - "name": "Default", - "printedName": "Default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabDefault", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7DefaultyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Purposes", - "printedName": "Purposes", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabPurposes", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8PurposesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "Vendors", - "printedName": "Vendors", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabVendors", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO7VendorsyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "Features", - "printedName": "Features", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPrivacyManagerTab.Type) -> ConsentViewController.SPPrivacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPrivacyManagerTab.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab@SPPrivacyManagerTabFeatures", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8FeaturesyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPrivacyManagerTab?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab", - "mangledName": "$s21ConsentViewController19SPPrivacyManagerTabO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "TypeDecl", - "name": "SPConsentManager", - "printedName": "SPConsentManager", - "children": [ - { - "kind": "Var", - "name": "shouldCallErrorMetrics", - "printedName": "shouldCallErrorMetrics", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cpy)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvpZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)shouldCallErrorMetrics", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(cm)setShouldCallErrorMetrics:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvsZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22shouldCallErrorMetricsSbvMZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cleanUserDataOnError", - "printedName": "cleanUserDataOnError", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvp", - "moduleName": "ConsentViewController", - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)cleanUserDataOnError", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "cleanUserDataOnError", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setCleanUserDataOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCleanUserDataOnError:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20cleanUserDataOnErrorSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageTimeoutInSeconds", - "printedName": "messageTimeoutInSeconds", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvp", - "moduleName": "ConsentViewController", - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageTimeoutInSeconds", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageTimeoutInSeconds", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageTimeoutInSeconds:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageTimeoutInSeconds:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC23messageTimeoutInSecondsSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "privacyManagerTab", - "printedName": "privacyManagerTab", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "privacyManagerTab", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)privacyManagerTab", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "privacyManagerTab", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setPrivacyManagerTab:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setPrivacyManagerTab:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC07privacyE3TabAA09SPPrivacyeG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageLanguage", - "printedName": "messageLanguage", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(py)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)messageLanguage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageLanguage", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)setMessageLanguage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageLanguage:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "mangledName": "$s21ConsentViewController16SPConsentManagerC15messageLanguageAA09SPMessageG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(accountId:propertyId:propertyName:campaigns:language:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "SPPropertyName", - "printedName": "ConsentViewController.SPPropertyName", - "usr": "c:@M@ConsentViewController@objc(cs)SPPropertyName" - }, - { - "kind": "TypeNominal", - "name": "SPCampaigns", - "printedName": "ConsentViewController.SPCampaigns", - "usr": "c:@M@ConsentViewController@objc(cs)SPCampaigns" - }, - { - "kind": "TypeNominal", - "name": "SPMessageLanguage", - "printedName": "ConsentViewController.SPMessageLanguage", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPMessageLanguage" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDelegate", - "printedName": "any ConsentViewController.SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9accountId08propertyG00H4Name9campaigns8language8delegateACSi_SiAA010SPPropertyI0CAA11SPCampaignsCAA17SPMessageLanguageOAA10SPDelegate_pSgtcfc", - "moduleName": "ConsentViewController", - "objc_name": "initWithAccountId:propertyId:propertyName:campaigns:language:delegate:", - "declAttributes": [ - "ObjC", - "Convenience", - "Required", - "AccessControl" - ], - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "gracefullyDegradeOnError", - "printedName": "gracefullyDegradeOnError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)gracefullyDegradeOnError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC24gracefullyDegradeOnErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentManager", - "printedName": "ConsentViewController.SPConsentManager", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager(im)init", - "mangledName": "$s21ConsentViewController16SPConsentManagerCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "VERSION", - "printedName": "VERSION", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cpy)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvpZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "VERSION", - "declAttributes": [ - "HasInitialValue", - "Final", - "ObjC", - "HasStorage", - "AccessControl" - ], - "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": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)VERSION", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7VERSIONSSvgZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "objc_name": "VERSION", - "declAttributes": [ - "ObjC", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "gdprApplies", - "printedName": "gdprApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)gdprApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11gdprAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "gdprApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "ccpaApplies", - "printedName": "ccpaApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)ccpaApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11ccpaAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "ccpaApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "usnatApplies", - "printedName": "usnatApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)usnatApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12usnatAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "usnatApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "globalcmpApplies", - "printedName": "globalcmpApplies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvp", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)globalcmpApplies", - "mangledName": "$s21ConsentViewController16SPConsentManagerC16globalcmpAppliesSbvg", - "moduleName": "ConsentViewController", - "objc_name": "globalcmpApplies", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userData", - "printedName": "userData", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(py)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvp", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)userData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8userDataAA06SPUserG0Cvg", - "moduleName": "ConsentViewController", - "objc_name": "userData", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearAllData", - "printedName": "clearAllData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(cm)clearAllData", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12clearAllDatayyFZ", - "moduleName": "ConsentViewController", - "static": true, - "objc_name": "clearAllData", - "declAttributes": [ - "Final", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : 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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:publisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDyS2SGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:publisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage(forAuthId:publisherData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "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 : ConsentViewController.AnyEncodable]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.AnyEncodable]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "usr": "s:SD" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadMessageForAuthId:spPublisherData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11loadMessage9forAuthId13publisherDataySSSg_SDySSAA12AnyEncodableCGSgtF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessageForAuthId:spPublisherData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGDPRPrivacyManager", - "printedName": "loadGDPRPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadGDPRPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGDPRPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadCCPAPrivacyManager", - "printedName": "loadCCPAPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC015loadCCPAPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadCCPAPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadUSNatPrivacyManager", - "printedName": "loadUSNatPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC016loadUSNatPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadUSNatPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadGlobalCmpPrivacyManager", - "printedName": "loadGlobalCmpPrivacyManager(withId:tab:useGroupPmIfAvailable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPPrivacyManagerTab", - "printedName": "ConsentViewController.SPPrivacyManagerTab", - "hasDefaultArg": true, - "usr": "c:@M@ConsentViewController@E@SPPrivacyManagerTab" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC020loadGlobalCmpPrivacyE06withId3tab21useGroupPmIfAvailableySS_AA09SPPrivacyE3TabOSbtF", - "moduleName": "ConsentViewController", - "objc_name": "loadGlobalCmpPrivacyManagerWithId:tab:useGroupPmIfAvailable:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPreferenceCenter", - "printedName": "loadPreferenceCenter(withId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadPreferenceCenterWithId:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC20loadPreferenceCenter6withIdySS_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPreferenceCenterWithId:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customConsentGDPR", - "printedName": "customConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC06customA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "customConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "deleteCustomConsentGDPR", - "printedName": "deleteCustomConsentGDPR(vendors:categories:legIntCategories:handler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPGDPRConsent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPGDPRConsent", - "printedName": "ConsentViewController.SPGDPRConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGDPRConsent" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC012deleteCustomA4GDPR7vendors10categories16legIntCategories7handlerySaySSG_A2IyAA13SPGDPRConsentCctF", - "moduleName": "ConsentViewController", - "objc_name": "deleteCustomConsentGDPRWithVendors:categories:legIntCategories:handler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "rejectAll", - "printedName": "rejectAll(campaignType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)rejectAllWithCampaignType:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC9rejectAll12campaignTypeyAA010SPCampaignI0O_tF", - "moduleName": "ConsentViewController", - "objc_name": "rejectAllWithCampaignType:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)dismissMessage", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)loaded:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "loaded:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)finished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "finished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)action:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "action:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIReady", - "printedName": "onSPUIReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC11onSPUIReadyyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPNativeMessageReady", - "printedName": "onSPNativeMessageReady(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPNativeMessageReady:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC22onSPNativeMessageReadyyyAA0gH0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPNativeMessageReady:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onAction", - "printedName": "onAction(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onAction:from:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC8onAction_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "objc_name": "onAction:from:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPUIFinished", - "printedName": "onSPUIFinished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPUIFinished:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC14onSPUIFinishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "objc_name": "onSPUIFinished:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onConsentReady", - "printedName": "onConsentReady(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onConsentReadyWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC02onA5Ready8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onConsentReadyWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onSPFinished", - "printedName": "onSPFinished(userData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPUserData", - "printedName": "ConsentViewController.SPUserData", - "usr": "c:@M@ConsentViewController@objc(cs)SPUserData" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onSPFinishedWithUserData:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC12onSPFinished8userDatayAA06SPUserI0C_tF", - "moduleName": "ConsentViewController", - "objc_name": "onSPFinishedWithUserData:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onError:", - "mangledName": "$s21ConsentViewController16SPConsentManagerC7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "objc_name": "onError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onMessageInactivityTimeout", - "printedName": "onMessageInactivityTimeout()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPConsentManager(im)onMessageInactivityTimeout", - "mangledName": "$s21ConsentViewController16SPConsentManagerC26onMessageInactivityTimeoutyyF", - "moduleName": "ConsentViewController", - "objc_name": "onMessageInactivityTimeout", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentManager", - "mangledName": "$s21ConsentViewController16SPConsentManagerC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPSDK", - "printedName": "SPSDK", - "usr": "c:@M@ConsentViewController@objc(pl)SPSDK", - "mangledName": "$s21ConsentViewController5SPSDKP" - }, - { - "kind": "Conformance", - "name": "SPGDPR", - "printedName": "SPGDPR", - "usr": "c:@M@ConsentViewController@objc(pl)SPGDPR", - "mangledName": "$s21ConsentViewController6SPGDPRP" - }, - { - "kind": "Conformance", - "name": "SPCCPA", - "printedName": "SPCCPA", - "usr": "c:@M@ConsentViewController@objc(pl)SPCCPA", - "mangledName": "$s21ConsentViewController6SPCCPAP" - }, - { - "kind": "Conformance", - "name": "SPUSNAT", - "printedName": "SPUSNAT", - "usr": "c:@M@ConsentViewController@objc(pl)SPUSNAT", - "mangledName": "$s21ConsentViewController7SPUSNATP" - }, - { - "kind": "Conformance", - "name": "SPGLOBALCMP", - "printedName": "SPGLOBALCMP", - "usr": "c:@M@ConsentViewController@objc(pl)SPGLOBALCMP", - "mangledName": "$s21ConsentViewController11SPGLOBALCMPP" - }, - { - "kind": "Conformance", - "name": "SPPREFERENCES", - "printedName": "SPPREFERENCES", - "usr": "c:@M@ConsentViewController@objc(pl)SPPREFERENCES", - "mangledName": "$s21ConsentViewController13SPPREFERENCESP" - }, - { - "kind": "Conformance", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPDelegate", - "printedName": "SPDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPDelegate", - "mangledName": "$s21ConsentViewController10SPDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentUIDelegate", - "printedName": "SPConsentUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentUIDelegate", - "mangledName": "$s21ConsentViewController19SPConsentUIDelegateP" - }, - { - "kind": "Conformance", - "name": "SPConsentDelegate", - "printedName": "SPConsentDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPConsentDelegate", - "mangledName": "$s21ConsentViewController17SPConsentDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPMessageUIDelegate", - "printedName": "SPMessageUIDelegate", - "children": [ - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loaded:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loaded", - "printedName": "loaded(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)loadedWithNativeMessage:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6loadedyyAA15SPNativeMessageCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "objc_name": "loadedWithNativeMessage:", - "declAttributes": [ - "Optional", - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "action", - "printedName": "action(_:from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPAction", - "printedName": "ConsentViewController.SPAction", - "usr": "c:@M@ConsentViewController@objc(cs)SPAction" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)action:from:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP6action_4fromyAA8SPActionC_So06UIViewC0CtF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)onError:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP7onErroryyAA7SPErrorCF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "finished", - "printedName": "finished(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate(im)finished:", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP8finishedyySo06UIViewC0CF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageUIDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate", - "mangledName": "$s21ConsentViewController19SPMessageUIDelegateP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPUSNatConsent", - "printedName": "SPUSNatConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)vendors", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)categories", - "mangledName": "$s21ConsentViewController07SPUSNatA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPUSNatConsent(py)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)uuid", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPUSNatConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)applies", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentStrings", - "printedName": "consentStrings", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(py)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)consentStrings", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPUSNatConsent.ConsentString]", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)setConsentStrings:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C14consentStringsSayAC0A6StringCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "statuses", - "printedName": "statuses", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8statusesAC8StatusesVvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "GPPData", - "printedName": "GPPData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7GPPDataAA6SPJsonOSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent(im)init", - "mangledName": "$s21ConsentViewController07SPUSNatA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(py)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)description", - "mangledName": "$s21ConsentViewController07SPUSNatA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPUSNatConsent", - "printedName": "ConsentViewController.SPUSNatConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(cm)empty", - "mangledName": "$s21ConsentViewController07SPUSNatA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPUSNatConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController07SPUSNatA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "ConsentString", - "printedName": "ConsentString", - "children": [ - { - "kind": "Var", - "name": "sectionId", - "printedName": "sectionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sectionName", - "printedName": "sectionName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11sectionNameSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consentString", - "printedName": "consentString", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC07consentE0SSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sectionId:sectionName:consentString:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC9sectionId0F4Name07consentE0AESi_S2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ConsentString", - "printedName": "ConsentViewController.SPUSNatConsent.ConsentString", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController07SPUSNatA0C0A6StringC", - "mangledName": "$s21ConsentViewController07SPUSNatA0C0A6StringC", - "moduleName": "ConsentViewController", - "objc_name": "SPUSNatConsent_ConsentString", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Statuses", - "printedName": "Statuses", - "children": [ - { - "kind": "Var", - "name": "rejectedAny", - "printedName": "rejectedAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11rejectedAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAll", - "printedName": "consentedToAll", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAllSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "consentedToAny", - "printedName": "consentedToAny", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV14consentedToAnySbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "hasConsentData", - "printedName": "hasConsentData", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV03hasA4DataSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sellStatus", - "printedName": "sellStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV10sellStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "shareStatus", - "printedName": "shareStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11shareStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sensitiveDataStatus", - "printedName": "sensitiveDataStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV19sensitiveDataStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "gpcStatus", - "printedName": "gpcStatus", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "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:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV9gpcStatusSbSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - }, - { - "kind": "TypeNominal", - "name": "Statuses", - "printedName": "ConsentViewController.SPUSNatConsent.Statuses", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController07SPUSNatA0C8StatusesV", - "mangledName": "$s21ConsentViewController07SPUSNatA0C8StatusesV", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPUSNatConsent", - "mangledName": "$s21ConsentViewController07SPUSNatA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPError", - "printedName": "SPError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)spCode", - "mangledName": "$s21ConsentViewController7SPErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)description", - "mangledName": "$s21ConsentViewController7SPErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)failureReason", - "mangledName": "$s21ConsentViewController7SPErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "originalError", - "printedName": "originalError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)originalError", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Error)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "any Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setOriginalError:", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "mangledName": "$s21ConsentViewController7SPErrorC13originalErrors0F0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(py)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)campaignType", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)setCampaignType:", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController7SPErrorC12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(domain:code:userInfo:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPError", - "printedName": "ConsentViewController.SPError", - "usr": "c:@M@ConsentViewController@objc(cs)SPError" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "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" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPError(im)initWithDomain:code:userInfo:", - "mangledName": "$s21ConsentViewController7SPErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithDomain:code:userInfo:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPError", - "mangledName": "$s21ConsentViewController7SPErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToFindView", - "printedName": "UnableToFindView", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)spCode", - "mangledName": "$s21ConsentViewController012UnableToFindB0C6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(py)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView(im)description", - "mangledName": "$s21ConsentViewController012UnableToFindB0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToFindView", - "mangledName": "$s21ConsentViewController012UnableToFindB0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToLoadJSReceiver", - "printedName": "UnableToLoadJSReceiver", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)spCode", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(py)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver(im)description", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToLoadJSReceiver", - "mangledName": "$s21ConsentViewController22UnableToLoadJSReceiverC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewError", - "printedName": "WebViewError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB5ErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(py)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError(im)description", - "mangledName": "$s21ConsentViewController03WebB5ErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewError", - "mangledName": "$s21ConsentViewController03WebB5ErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidPropertyNameError", - "printedName": "InvalidPropertyNameError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(py)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError(im)description", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidPropertyNameError", - "mangledName": "$s21ConsentViewController24InvalidPropertyNameErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MissingChildPmIdError", - "printedName": "MissingChildPmIdError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)spCode", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(py)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError(im)description", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)MissingChildPmIdError", - "mangledName": "$s21ConsentViewController21MissingChildPmIdErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidEventPayloadError", - "printedName": "InvalidEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "failureReason", - "printedName": "failureReason", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)failureReason", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC13failureReasonSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "failureReason", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(py)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError(im)description", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "mangledName": "$s21ConsentViewController24InvalidEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidOnActionEventPayloadError", - "printedName": "InvalidOnActionEventPayloadError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidOnActionEventPayloadError", - "mangledName": "$s21ConsentViewController32InvalidOnActionEventPayloadErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)InvalidEventPayloadError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.InvalidEventPayloadError", - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidURLError", - "printedName": "InvalidURLError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)spCode", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(py)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError(im)description", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidURLError", - "mangledName": "$s21ConsentViewController15InvalidURLErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppError", - "printedName": "RenderingAppError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(py)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)spCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "renderingAppErrorCode", - "printedName": "renderingAppErrorCode", - "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@ConsentViewController@objc(cs)RenderingAppError(py)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)RenderingAppError(im)renderingAppErrorCode", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC09renderingeF4CodeSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppError", - "mangledName": "$s21ConsentViewController17RenderingAppErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RenderingAppTimeoutError", - "printedName": "RenderingAppTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(py)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError(im)description", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)RenderingAppTimeoutError", - "mangledName": "$s21ConsentViewController24RenderingAppTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ClientRequestTimeoutError", - "printedName": "ClientRequestTimeoutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)spCode", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(py)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError(im)description", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ClientRequestTimeoutError", - "mangledName": "$s21ConsentViewController25ClientRequestTimeoutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "GenericNetworkError", - "printedName": "GenericNetworkError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)spCode", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(py)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError(im)description", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)GenericNetworkError", - "mangledName": "$s21ConsentViewController19GenericNetworkErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToInjectMessageIntoRenderingApp", - "printedName": "UnableToInjectMessageIntoRenderingApp", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)spCode", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(py)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp(im)description", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToInjectMessageIntoRenderingApp", - "mangledName": "$s21ConsentViewController37UnableToInjectMessageIntoRenderingAppC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGetMessagesEndpointError", - "printedName": "InvalidResponseGetMessagesEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGetMessagesEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseGetMessagesEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageGDPREndpointError", - "printedName": "InvalidResponseMessageGDPREndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageGDPREndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageGDPREndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseMessageCCPAEndpointError", - "printedName": "InvalidResponseMessageCCPAEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(py)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError(im)description", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseMessageCCPAEndpointError", - "mangledName": "$s21ConsentViewController39InvalidResponseMessageCCPAEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseGDPRPMViewEndpointError", - "printedName": "InvalidResponseGDPRPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseGDPRPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseGDPRPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCCPAPMViewEndpointError", - "printedName": "InvalidResponseCCPAPMViewEndpointError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)spCode", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(py)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError(im)description", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCCPAPMViewEndpointError", - "mangledName": "$s21ConsentViewController38InvalidResponseCCPAPMViewEndpointErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PostingCustomConsentWithoutConsentUUID", - "printedName": "PostingCustomConsentWithoutConsentUUID", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)spCode", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)description", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(py)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)campaignType", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID(im)setCampaignType:", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0Ovs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC12campaignTypeAA010SPCampaignI0OvM", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)PostingCustomConsentWithoutConsentUUID", - "mangledName": "$s21ConsentViewController013PostingCustoma7WithoutA4UUIDC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseCustomError", - "printedName": "InvalidResponseCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)spCode", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(py)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError(im)description", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseCustomError", - "mangledName": "$s21ConsentViewController26InvalidResponseCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseDeleteCustomError", - "printedName": "InvalidResponseDeleteCustomError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)spCode", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(py)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError(im)description", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseDeleteCustomError", - "mangledName": "$s21ConsentViewController32InvalidResponseDeleteCustomErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NoInternetConnection", - "printedName": "NoInternetConnection", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)spCode", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(py)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection(im)description", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)NoInternetConnection", - "mangledName": "$s21ConsentViewController20NoInternetConnectionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "WebViewConnectionTimeOutError", - "printedName": "WebViewConnectionTimeOutError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)spCode", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(py)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError(im)description", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)WebViewConnectionTimeOutError", - "mangledName": "$s21ConsentViewController03WebB22ConnectionTimeOutErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponseAPIError", - "printedName": "InvalidResponseAPIError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidResponseAPIError", - "mangledName": "$s21ConsentViewController23InvalidResponseAPIErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReportActionError", - "printedName": "ReportActionError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)spCode", - "mangledName": "$s21ConsentViewController17ReportActionErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(py)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError(im)description", - "mangledName": "$s21ConsentViewController17ReportActionErrorC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)ReportActionError", - "mangledName": "$s21ConsentViewController17ReportActionErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnableToConvertConsentSnapshotIntoJsonError", - "printedName": "UnableToConvertConsentSnapshotIntoJsonError", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(py)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError(im)spCode", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)UnableToConvertConsentSnapshotIntoJsonError", - "mangledName": "$s21ConsentViewController015UnableToConvertA21SnapshotIntoJsonErrorC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidJSONEncodeResult", - "printedName": "InvalidJSONEncodeResult", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(py)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult(im)spCode", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidJSONEncodeResult", - "mangledName": "$s21ConsentViewController23InvalidJSONEncodeResultC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidReportActionEvent", - "printedName": "InvalidReportActionEvent", - "children": [ - { - "kind": "Var", - "name": "spCode", - "printedName": "spCode", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(py)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent(im)spCode", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC6spCodeSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "spCode", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)InvalidReportActionEvent", - "mangledName": "$s21ConsentViewController24InvalidReportActionEventC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:@M@ConsentViewController@objc(cs)SPError", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ConsentViewController.SPError", - "Foundation.NSError", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InvalidResponsAPICode", - "printedName": "InvalidResponsAPICode", - "children": [ - { - "kind": "Var", - "name": "META_DATA", - "printedName": "META_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO9META_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CONSENT_STATUS", - "printedName": "CONSENT_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO14CONSENT_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "PV_DATA", - "printedName": "PV_DATA", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO7PV_DATAyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "MESSAGES", - "printedName": "MESSAGES", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8MESSAGESyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "ERROR_METRICS", - "printedName": "ERROR_METRICS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO13ERROR_METRICSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_ACTION", - "printedName": "CCPA_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11CCPA_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_ACTION", - "printedName": "GDPR_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11GDPR_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "USNAT_ACTION", - "printedName": "USNAT_ACTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12USNAT_ACTIONyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "IDFA_STATUS", - "printedName": "IDFA_STATUS", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO11IDFA_STATUSyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_PRIVACY_MANAGER", - "printedName": "CCPA_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20CCPA_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CHOICE_ALL", - "printedName": "CHOICE_ALL", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO10CHOICE_ALLyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_PRIVACY_MANAGER", - "printedName": "GDPR_PRIVACY_MANAGER", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO20GDPR_PRIVACY_MANAGERyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "CCPA_MESSAGE", - "printedName": "CCPA_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12CCPA_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "GDPR_MESSAGE", - "printedName": "GDPR_MESSAGE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO12GDPR_MESSAGEyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "DELETE_CUSTOM_CONSENT", - "printedName": "DELETE_CUSTOM_CONSENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO21DELETE_CUSTOM_CONSENTyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "EMPTY", - "printedName": "EMPTY", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.InvalidResponsAPICode.Type) -> ConsentViewController.InvalidResponsAPICode", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.InvalidResponsAPICode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO5EMPTYyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.InvalidResponsAPICode?", - "children": [ - { - "kind": "TypeNominal", - "name": "InvalidResponsAPICode", - "printedName": "ConsentViewController.InvalidResponsAPICode", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO8rawValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController21InvalidResponsAPICodeO", - "mangledName": "$s21ConsentViewController21InvalidResponsAPICodeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "AnyEncodable", - "printedName": "AnyEncodable", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any Swift.Encodable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "Encodable", - "printedName": "any Swift.Encodable", - "usr": "s:SE" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "mangledName": "$s21ConsentViewController12AnyEncodableCyACSE_pSgcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController12AnyEncodableC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)isEqual:", - "mangledName": "$s21ConsentViewController12AnyEncodableC7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyEncodable", - "printedName": "ConsentViewController.AnyEncodable", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable(im)init", - "mangledName": "$s21ConsentViewController12AnyEncodableCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)AnyEncodable", - "mangledName": "$s21ConsentViewController12AnyEncodableC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPJson", - "printedName": "SPJson", - "children": [ - { - "kind": "Var", - "name": "string", - "printedName": "string", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6stringyACSScACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6stringyACSScACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "number", - "printedName": "number", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Double) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6numberyACSdcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6numberyACSdcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "object", - "printedName": "object", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[ConsentViewController.SPJson.Key : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO6objectyACSDyAC3KeyVACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "array", - "printedName": "array", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([ConsentViewController.SPJson]) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO5arrayyACSayACGcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "bool", - "printedName": "bool", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> (Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4boolyACSbcACmF", - "mangledName": "$s21ConsentViewController6SPJsonO4boolyACSbcACmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "Var", - "name": "null", - "printedName": "null", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPJson.Type) -> ConsentViewController.SPJson", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPJson.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController6SPJsonO4nullyA2CmF", - "mangledName": "$s21ConsentViewController6SPJsonO4nullyA2CmF", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "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:21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyVyAESScfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyVyAESScfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV11stringValueAESgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson.Key?", - "children": [ - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV8intValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV9hashValueSivg", - "moduleName": "ConsentViewController", - "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:21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV4hash4intoys6HasherVz_tF", - "moduleName": "ConsentViewController", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - }, - { - "kind": "TypeNominal", - "name": "Key", - "printedName": "ConsentViewController.SPJson.Key", - "usr": "s:21ConsentViewController6SPJsonO3KeyV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV2eeoiySbAE_AEtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPJsonO3KeyV", - "mangledName": "$s21ConsentViewController6SPJsonO3KeyV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "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": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "Var", - "name": "objectValue", - "printedName": "objectValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11objectValueSDySSACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "arrayValue", - "printedName": "arrayValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[ConsentViewController.SPJson]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPJson]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO10arrayValueSayACGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "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:21ConsentViewController6SPJsonO11stringValueSSSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO11stringValueSSSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11stringValueSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "nullValue", - "printedName": "nullValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO9nullValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9nullValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "doubleValue", - "printedName": "doubleValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO11doubleValueSdSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "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:21ConsentViewController6SPJsonO8intValueSiSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO8intValueSiSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8intValueSiSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "boolValue", - "printedName": "boolValue", - "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:21ConsentViewController6SPJsonO9boolValueSbSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO9boolValueSbSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO9boolValueSbSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "anyValue", - "printedName": "anyValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO8anyValueypSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO8anyValueypSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dictionaryValue", - "printedName": "dictionaryValue", - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "mangledName": "$s21ConsentViewController6SPJsonO15dictionaryValueSDySSypGSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvp", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO11descriptionSSvg", - "mangledName": "$s21ConsentViewController6SPJsonO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOACycfc", - "mangledName": "$s21ConsentViewController6SPJsonOACycfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPJsonO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPJsonO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(dynamicMember:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "mangledName": "$s21ConsentViewController6SPJsonO13dynamicMemberACSS_tcig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSScig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSScig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicip", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicip", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPJson?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController6SPJsonOyACSgSicig", - "mangledName": "$s21ConsentViewController6SPJsonOyACSgSicig", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPJsonO2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPJson", - "printedName": "ConsentViewController.SPJson", - "usr": "s:21ConsentViewController6SPJsonO" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPJsonOyACypKcfc", - "mangledName": "$s21ConsentViewController6SPJsonOyACypKcfc", - "moduleName": "ConsentViewController", - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController6SPJsonO", - "mangledName": "$s21ConsentViewController6SPJsonO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPCampaignEnv", - "printedName": "SPCampaignEnv", - "children": [ - { - "kind": "Var", - "name": "Stage", - "printedName": "Stage", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvStage", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO5StageyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "Public", - "printedName": "Public", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPCampaignEnv.Type) -> ConsentViewController.SPCampaignEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPCampaignEnv.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv@SPCampaignEnvPublic", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6PublicyA2CmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO11stringValueACSgSS_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPCampaignEnv?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueACSgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignEnv", - "printedName": "ConsentViewController.SPCampaignEnv", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "c:@M@ConsentViewController@E@SPCampaignEnv", - "mangledName": "$s21ConsentViewController13SPCampaignEnvO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPGlobalCmpConsent", - "printedName": "SPGlobalCmpConsent", - "children": [ - { - "kind": "Var", - "name": "vendors", - "printedName": "vendors", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)vendors", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7vendorsSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "categories", - "printedName": "categories", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPConsentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "SPConsentable", - "printedName": "ConsentViewController.SPConsentable", - "usr": "c:@M@ConsentViewController@objc(cs)SPConsentable" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)categories", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C10categoriesSayAA13SPConsentableCGvg", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)uuid", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applies", - "printedName": "applies", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)applies", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)setApplies:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7appliesSbvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "expirationDate", - "printedName": "expirationDate", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C14expirationDateAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)init", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(py)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)description", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPGlobalCmpConsent", - "printedName": "ConsentViewController.SPGlobalCmpConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(cm)empty", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isEqual", - "printedName": "isEqual(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)isEqual:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C7isEqualySbypSgF", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "isEqual:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@ConsentViewController@objc(cs)SPGlobalCmpConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPGlobalCmpConsent", - "mangledName": "$s21ConsentViewController011SPGlobalCmpA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPPreferencesConsent", - "printedName": "SPPreferencesConsent", - "children": [ - { - "kind": "Var", - "name": "dateCreated", - "printedName": "dateCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvs", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11dateCreatedAA6SPDateVvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "uuid", - "printedName": "uuid", - "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@ConsentViewController@objc(cs)SPPreferencesConsent(py)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)uuid", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "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@ConsentViewController@objc(cs)SPPreferencesConsent(im)setUuid:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4uuidSSSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)status", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6statusSayAC6StatusCGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "rejectedStatus", - "printedName": "rejectedStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)rejectedStatus", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Status]", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)setRejectedStatus:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvs", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C14rejectedStatusSayAC0F0CGvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(py)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "AccessControl", - "Override" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)description", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "empty", - "printedName": "empty()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(cm)empty", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C5emptyACyFZ", - "moduleName": "ConsentViewController", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "copy", - "printedName": "copy(with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ObjectiveC.NSZone?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSZone", - "printedName": "ObjectiveC.NSZone", - "usr": "s:10ObjectiveC6NSZoneV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)copyWithZone:", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4copy4withyp10ObjectiveC6NSZoneVSg_tF", - "moduleName": "ConsentViewController", - "objc_name": "copyWithZone:", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent(im)init", - "mangledName": "$s21ConsentViewController013SPPreferencesA0CACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPPreferencesConsent", - "printedName": "ConsentViewController.SPPreferencesConsent", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "Status", - "printedName": "Status", - "children": [ - { - "kind": "Var", - "name": "categoryId", - "printedName": "categoryId", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC10categoryIdSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "channels", - "printedName": "channels", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPPreferencesConsent.Channel]", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC8channelsSayAC7ChannelCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "changed", - "printedName": "changed", - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "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:21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7changedSbSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dateConsented", - "printedName": "dateConsented", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC13dateConsentedAA6SPDateVSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subType", - "printedName": "subType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC7subTypeAC03SubG0OSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "versionId", - "printedName": "versionId", - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC9versionIdSSSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Status", - "printedName": "ConsentViewController.SPPreferencesConsent.Status", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C6StatusC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C6StatusC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Channel", - "printedName": "Channel", - "children": [ - { - "kind": "Var", - "name": "id", - "printedName": "id", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "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:21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC2idSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "status", - "printedName": "status", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "ObjC" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6statusSbvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC11descriptionSSvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "description", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Channel", - "printedName": "ConsentViewController.SPPreferencesConsent.Channel", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController013SPPreferencesA0C7ChannelC", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7ChannelC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "isFromExtension": true, - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SubType", - "printedName": "SubType", - "children": [ - { - "kind": "Var", - "name": "AIPolicy", - "printedName": "AIPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8AIPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "TermsAndConditions", - "printedName": "TermsAndConditions", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO18TermsAndConditionsyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "PrivacyPolicy", - "printedName": "PrivacyPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO13PrivacyPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "LegalPolicy", - "printedName": "LegalPolicy", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11LegalPolicyyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "TermsOfSale", - "printedName": "TermsOfSale", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11TermsOfSaleyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "Unknown", - "printedName": "Unknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ConsentViewController.SPPreferencesConsent.SubType.Type) -> ConsentViewController.SPPreferencesConsent.SubType", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO7UnknownyA2EmF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO11descriptionSSvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SubType", - "printedName": "ConsentViewController.SPPreferencesConsent.SubType", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueAESgSi_tcfc", - "moduleName": "ConsentViewController", - "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:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivp", - "moduleName": "ConsentViewController", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO8rawValueSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:21ConsentViewController013SPPreferencesA0C7SubTypeO", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C7SubTypeO", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPPreferencesConsent", - "mangledName": "$s21ConsentViewController013SPPreferencesA0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "SPMobileCore", - "printedName": "SPMobileCore", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "ImplementationOnly" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPDate", - "printedName": "SPDate", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController6SPDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController6SPDateV6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - }, - { - "kind": "TypeNominal", - "name": "SPDate", - "printedName": "ConsentViewController.SPDate", - "usr": "s:21ConsentViewController6SPDateV" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "mangledName": "$s21ConsentViewController6SPDateV2eeoiySbAC_ACtFZ", - "moduleName": "ConsentViewController", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:21ConsentViewController6SPDateV", - "mangledName": "$s21ConsentViewController6SPDateV", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "TVUIKit", - "printedName": "TVUIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "os", - "printedName": "os", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SPNativeMessage", - "printedName": "SPNativeMessage", - "children": [ - { - "kind": "TypeDecl", - "name": "AttributeStyle", - "printedName": "AttributeStyle", - "children": [ - { - "kind": "Var", - "name": "fontFamily", - "printedName": "fontFamily", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamilySSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "fontSize", - "printedName": "fontSize", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC8fontSizeSivg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC5colorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC15backgroundColorSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(fontFamily:fontSize:color:backgroundColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC10fontFamily0H4Size5color15backgroundColorAESS_SiS2Stcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC14AttributeStyleC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Attribute", - "printedName": "Attribute", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "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:21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4textSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "style", - "printedName": "style", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC5styleAC0F5StyleCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4text5style12customFieldsAESS_AC0F5StyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeCAEycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC4fromAEs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "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": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9AttributeC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Action", - "printedName": "Action", - "children": [ - { - "kind": "Var", - "name": "choiceType", - "printedName": "choiceType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC10choiceTypeAA08SPActionH0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pmId", - "printedName": "pmId", - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "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:21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4pmIdSSSgvg", - "moduleName": "ConsentViewController", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:choiceType:url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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" - }, - { - "kind": "TypeNominal", - "name": "SPActionType", - "printedName": "ConsentViewController.SPActionType", - "usr": "c:@M@ConsentViewController@E@SPActionType" - }, - { - "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:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFields10choiceType3urlAESS_AC14AttributeStyleCSDyS2SGAA08SPActionL0O10Foundation3URLVSgtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC6encode2toys7Encoder_p_tKF", - "moduleName": "ConsentViewController", - "overriding": true, - "declAttributes": [ - "AccessControl", - "Override" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:style:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "AttributeStyle", - "printedName": "ConsentViewController.SPNativeMessage.AttributeStyle", - "usr": "s:21ConsentViewController15SPNativeMessageC14AttributeStyleC" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC4text5style12customFieldsAESS_AC14AttributeStyleCSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC", - "mangledName": "$s21ConsentViewController15SPNativeMessageC6ActionC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "s:21ConsentViewController15SPNativeMessageC9AttributeC", - "superclassNames": [ - "ConsentViewController.SPNativeMessage.Attribute", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC17messageUIDelegateAA09SPMessageG0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)campaignType", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setCampaignType:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12campaignTypeAA010SPCampaignG0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)messageId", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setMessageId:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(py)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)timeout", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)setTimeout:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5titleAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "body", - "printedName": "body", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4bodyAC9AttributeCvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "actions", - "printedName": "actions", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC7actionsSayAC6ActionCGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customFields", - "printedName": "customFields", - "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": "Var", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvp", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "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": "Accessor", - "usr": "s:21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "mangledName": "$s21ConsentViewController15SPNativeMessageC12customFieldsSDyS2SGvg", - "moduleName": "ConsentViewController", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(title:body:actions:customFields:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Attribute", - "printedName": "ConsentViewController.SPNativeMessage.Attribute", - "usr": "s:21ConsentViewController15SPNativeMessageC9AttributeC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[ConsentViewController.SPNativeMessage.Action]", - "children": [ - { - "kind": "TypeNominal", - "name": "Action", - "printedName": "ConsentViewController.SPNativeMessage.Action", - "usr": "s:21ConsentViewController15SPNativeMessageC6ActionC" - } - ], - "usr": "s:Sa" - }, - { - "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": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC5title4body7actions12customFieldsA2C9AttributeC_AISayAC6ActionCGSDyS2SGtcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s21ConsentViewController15SPNativeMessageC4fromACs7Decoder_p_tKcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Required", - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC04loadE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController15SPNativeMessageC18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController15SPNativeMessageC19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)dismissMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC07dismissE0yyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPNativeMessage", - "printedName": "ConsentViewController.SPNativeMessage", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage" - } - ], - "declKind": "Constructor", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage(im)init", - "mangledName": "$s21ConsentViewController15SPNativeMessageCACycfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPNativeMessage", - "mangledName": "$s21ConsentViewController15SPNativeMessageC", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ConsentViewController", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "ConsentViewController" - }, - { - "kind": "TypeDecl", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadMessage", - "mangledName": "$s21ConsentViewController14SPRenderingAppP11loadMessageyyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController14SPRenderingAppP18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController14SPRenderingAppP19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MessageController", - "printedName": "MessageController", - "children": [ - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadMessage", - "mangledName": "$s21ConsentViewController07MessageC0P04loadD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController07MessageC0P18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController07MessageC0P19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController(im)dismissMessage", - "mangledName": "$s21ConsentViewController07MessageC0P07dismissD0yyF", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.MessageController>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageView", - "printedName": "SPMessageView", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessageB0P17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessageB0P12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessageB0P9messageIdSSvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvp", - "moduleName": "ConsentViewController", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvg", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "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": "c:@M@ConsentViewController@objc(pl)SPMessageView(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessageB0P7timeoutSdvs", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 where τ_0_0 : ConsentViewController.SPMessageView>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Protocol", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P", - "moduleName": "ConsentViewController", - "genericSig": "<τ_0_0 : ConsentViewController.MessageController, τ_0_0 : ConsentViewController.SPRenderingApp>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SPMessageViewController", - "printedName": "SPMessageViewController", - "children": [ - { - "kind": "Var", - "name": "messageUIDelegate", - "printedName": "messageUIDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvp", - "moduleName": "ConsentViewController", - "objc_name": "messageUIDelegate", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageUIDelegate", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageUIDelegate", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any ConsentViewController.SPMessageUIDelegate)?", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageUIDelegate", - "printedName": "any ConsentViewController.SPMessageUIDelegate", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageUIDelegate" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageUIDelegate:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageUIDelegate:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C17messageUIDelegateAA0dF0_pSgvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "campaignType", - "printedName": "campaignType", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovp", - "moduleName": "ConsentViewController", - "objc_name": "campaignType", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)campaignType", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "campaignType", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SPCampaignType", - "printedName": "ConsentViewController.SPCampaignType", - "usr": "c:@M@ConsentViewController@E@SPCampaignType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setCampaignType:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0Ovs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setCampaignType:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C12campaignTypeAA010SPCampaignF0OvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageId", - "printedName": "messageId", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvp", - "moduleName": "ConsentViewController", - "objc_name": "messageId", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)messageId", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "messageId", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setMessageId:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setMessageId:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C9messageIdSSvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timeout", - "printedName": "timeout", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(py)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvp", - "moduleName": "ConsentViewController", - "objc_name": "timeout", - "declAttributes": [ - "HasInitialValue", - "ObjC", - "Preconcurrency", - "Custom", - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)timeout", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvg", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "timeout", - "declAttributes": [ - "ObjC" - ], - "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": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)setTimeout:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvs", - "moduleName": "ConsentViewController", - "implicit": true, - "objc_name": "setTimeout:", - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7timeoutSdvM", - "moduleName": "ConsentViewController", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "loadMessage", - "printedName": "loadMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C11loadMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "loadMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPrivacyManager", - "printedName": "loadPrivacyManager(url:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)loadPrivacyManagerWithUrl:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C18loadPrivacyManager3urly10Foundation3URLV_tF", - "moduleName": "ConsentViewController", - "objc_name": "loadPrivacyManagerWithUrl:", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "closePrivacyManager", - "printedName": "closePrivacyManager()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)closePrivacyManager", - "mangledName": "$s21ConsentViewController09SPMessagebC0C19closePrivacyManageryyF", - "moduleName": "ConsentViewController", - "objc_name": "closePrivacyManager", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dismissMessage", - "printedName": "dismissMessage()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController(im)dismissMessage", - "mangledName": "$s21ConsentViewController09SPMessagebC0C14dismissMessageyyF", - "moduleName": "ConsentViewController", - "objc_name": "dismissMessage", - "declAttributes": [ - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SPMessageViewController", - "printedName": "ConsentViewController.SPMessageViewController", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController" - }, - { - "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@ConsentViewController@objc(cs)SPMessageViewController(im)initWithNibName:bundle:", - "mangledName": "$s21ConsentViewController09SPMessagebC0C7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "ConsentViewController", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@ConsentViewController@objc(cs)SPMessageViewController", - "mangledName": "$s21ConsentViewController09SPMessagebC0C", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjCMembers", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "hasMissingDesignatedInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SPMessageView", - "printedName": "SPMessageView", - "usr": "c:@M@ConsentViewController@objc(pl)SPMessageView", - "mangledName": "$s21ConsentViewController09SPMessageB0P" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "SPRenderingApp", - "printedName": "SPRenderingApp", - "usr": "c:@M@ConsentViewController@objc(pl)SPRenderingApp", - "mangledName": "$s21ConsentViewController14SPRenderingAppP" - }, - { - "kind": "Conformance", - "name": "MessageController", - "printedName": "MessageController", - "usr": "c:@M@ConsentViewController@objc(pl)MessageController", - "mangledName": "$s21ConsentViewController07MessageC0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UserDefaults", - "printedName": "UserDefaults", - "declKind": "Class", - "usr": "c:objc(cs)NSUserDefaults", - "moduleName": "Foundation", - "isOpen": true, - "objc_name": "NSUserDefaults", - "declAttributes": [ - "ObjC", - "NonSendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "URLSession", - "printedName": "URLSession", - "declKind": "Class", - "usr": "c:objc(cs)NSURLSession", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSession", - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URLSessionDataTask", - "printedName": "URLSessionDataTask", - "children": [ - { - "kind": "Var", - "name": "priority", - "printedName": "priority", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(py)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvp", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)priority", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvg", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "priority", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@CM@ConsentViewController@@objc(cs)NSURLSessionDataTask(im)setPriority:", - "mangledName": "$sSo20NSURLSessionDataTaskC21ConsentViewControllerE8prioritySfvs", - "moduleName": "ConsentViewController", - "overriding": true, - "objc_name": "setPriority:", - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "isFromExtension": true, - "accessorKind": "set" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSURLSessionDataTask", - "moduleName": "Foundation", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSURLSessionDataTask", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSURLSessionTask", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "Foundation.URLSessionTask", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Function", - "name": "appendQueryItems", - "printedName": "appendQueryItems(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String?]", - "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" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "mangledName": "$s10Foundation3URLV21ConsentViewControllerE16appendQueryItemsyACSgSDyS2SSgGF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "intro_Macosx": "10.10", - "intro_iOS": "8.0", - "intro_tvOS": "9.0", - "intro_watchOS": "2.0", - "declAttributes": [ - "Available", - "Available", - "Available", - "Available" - ], - "isExternal": true, - "conformances": [ - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "_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": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NSObject", - "printedName": "NSObject", - "children": [ - { - "kind": "Function", - "name": "toJSON", - "printedName": "toJSON()", - "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": "c:@CM@ConsentViewController@@objc(cs)NSObject(im)toJSON", - "mangledName": "$sSo8NSObjectC21ConsentViewControllerE6toJSONSSSgyF", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Dynamic", - "AccessControl", - "ObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)NSObject", - "moduleName": "ObjectiveC", - "isOpen": true, - "intro_tvOS": "9.0", - "objc_name": "NSObject", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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(hexString:)", - "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": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "mangledName": "$sSo7UIColorC21ConsentViewControllerE9hexStringABSgSSSg_tcfc", - "moduleName": "ConsentViewController", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "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": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "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": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 324, - "length": 5, - "value": "\"_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 470, - "length": 51, - "value": "\"SPConsentable(id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 494, - "length": 1, - "value": "\", consented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPConsentable.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPANativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 544, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 396, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 738, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPGPPConfig.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "Array", - "offset": 345, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 480, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPFocusableTextView.swift", - "kind": "BooleanLiteral", - "offset": 364, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/ConsentStatus.swift", - "kind": "BooleanLiteral", - "offset": 663, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 369, - "length": 12, - "value": "\"ad_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 414, - "length": 19, - "value": "\"analytics_storage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 460, - "length": 14, - "value": "\"ad_user_data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "StringLiteral", - "offset": 508, - "length": 20, - "value": "\"ad_personalization\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 791, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/GoogleConsentMode\/SPGCMData.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "Array", - "offset": 558, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRPartnersViewController.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 5, - "value": "\"sp_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 246, - "length": 9, - "value": "\"IABTCF_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 9, - "value": "\"IABGPP_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 351, - "length": 21, - "value": "\"IABUSPrivacy_String\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 407, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 424, - "length": 10, - "value": "\"localState\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 26, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 484, - "length": 8, - "value": "\"userData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 549, - "length": 13, - "value": "\"GDPRchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 602, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 13, - "value": "\"CCPAchildPmId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 23, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/LocalStorage\/SPUserDefaults.swift", - "kind": "StringLiteral", - "offset": 682, - "length": 5, - "value": "\"state\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1425, - "length": 64, - "value": "\"applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1445, - "length": 1, - "value": "\", consents: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 1488, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3831, - "length": 311, - "value": "\"SPUserData(\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3902, - "length": 1, - "value": "\"\n - ccpa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 3950, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4000, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUserData.swift", - "kind": "StringLiteral", - "offset": 4120, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 1966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 3033, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 7859, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 8627, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "BooleanLiteral", - "offset": 9025, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13281, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPNativeScreenViewController.swift", - "kind": "IntegerLiteral", - "offset": 13292, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 427, - "length": 12, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 535, - "length": 11, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 874, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 14, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 1013, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "IntegerLiteral", - "offset": 2159, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4118, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "BooleanLiteral", - "offset": 4620, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4784, - "length": 341, - "value": "\"SPCCPAConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4841, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4844, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4885, - "length": 1, - "value": "\"\n - rejectedVendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4935, - "length": 1, - "value": "\"\n - rejectedCategories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 4991, - "length": 1, - "value": "\"\n - uspstring: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5029, - "length": 1, - "value": "\"\n - signedLspa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5069, - "length": 1, - "value": "\"\n - GPPData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPCCPAConsent.swift", - "kind": "StringLiteral", - "offset": 5103, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2678, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 2862, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3098, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "Array", - "offset": 3254, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 3484, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SourcepointClientCoordinator.swift", - "kind": "IntegerLiteral", - "offset": 4697, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 616, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 634, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 653, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 672, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 683, - "length": 7, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1041, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1060, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1104, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1124, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1146, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1163, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1211, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "IntegerLiteral", - "offset": 1223, - "length": 7, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1373, - "length": 14, - "value": "\"message_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1418, - "length": 16, - "value": "\"message_choice\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 9, - "value": "\"site_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 12, - "value": "\"categoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 1586, - "length": 15, - "value": "\"subCategoryId\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/MessagesResponse.swift", - "kind": "StringLiteral", - "offset": 9301, - "length": 10, - "value": "\"prtnUUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 373, - "length": 23, - "value": "\"ConsentViewController\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Bundle+Framework.swift", - "kind": "StringLiteral", - "offset": 413, - "length": 8, - "value": "\"bundle\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 1427, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 618, - "length": 20, - "value": "\"^[a-zA-Z.:\/0-9-]*$\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 10, - "value": "\"https:\/\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPropertyName.swift", - "kind": "StringLiteral", - "offset": 819, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 238, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/LongButtonViewCell.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Common\/SPQRCode.swift", - "kind": "IntegerLiteral", - "offset": 219, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 301, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 317, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 333, - "length": 13, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 356, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 375, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 18, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 420, - "length": 19, - "value": "7" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 449, - "length": 8, - "value": "8" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 467, - "length": 5, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 482, - "length": 6, - "value": "10" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 5, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 513, - "length": 7, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 530, - "length": 8, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 548, - "length": 7, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 565, - "length": 6, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 8, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 8, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 6, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 633, - "length": 5, - "value": "19" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 648, - "length": 6, - "value": "20" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 664, - "length": 5, - "value": "21" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 679, - "length": 9, - "value": "22" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 698, - "length": 10, - "value": "23" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 718, - "length": 7, - "value": "24" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 735, - "length": 8, - "value": "25" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 753, - "length": 6, - "value": "26" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 769, - "length": 7, - "value": "27" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 786, - "length": 10, - "value": "28" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 806, - "length": 10, - "value": "29" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 826, - "length": 5, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 841, - "length": 7, - "value": "31" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 858, - "length": 9, - "value": "32" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 877, - "length": 6, - "value": "33" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 893, - "length": 17, - "value": "34" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 920, - "length": 19, - "value": "35" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 949, - "length": 8, - "value": "36" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 967, - "length": 7, - "value": "37" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 984, - "length": 16, - "value": "38" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1010, - "length": 13, - "value": "39" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1033, - "length": 6, - "value": "40" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1049, - "length": 9, - "value": "41" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1068, - "length": 7, - "value": "42" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1085, - "length": 7, - "value": "43" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1102, - "length": 7, - "value": "44" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1119, - "length": 7, - "value": "45" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1136, - "length": 4, - "value": "46" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1150, - "length": 7, - "value": "47" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1167, - "length": 9, - "value": "48" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1186, - "length": 10, - "value": "49" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1206, - "length": 5, - "value": "50" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageLanguage.swift", - "kind": "IntegerLiteral", - "offset": 1221, - "length": 14, - "value": "51" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3421, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3433, - "length": 10, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3445, - "length": 12, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3459, - "length": 10, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 6, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "IntegerLiteral", - "offset": 3479, - "length": 11, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPNativeUI.swift", - "kind": "Array", - "offset": 5530, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 314, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "IntegerLiteral", - "offset": 318, - "length": 5, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1524, - "length": 308, - "value": "\"SPCampaign\n - targetingParams: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1596, - "length": 1, - "value": "\"\n - groupPmId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1641, - "length": 1, - "value": "\"\n - GPPConfig: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1686, - "length": 1, - "value": "\"\n - transitionCCPAAuth: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1749, - "length": 1, - "value": "\"\n - supportLegacyUSPString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 1820, - "length": 1753, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 1911, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2426, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "Dictionary", - "offset": 2776, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3579, - "length": 315, - "value": "\"SPCampaigns\n - gdpr: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3637, - "length": 1, - "value": "\"\n - cppa: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3672, - "length": 1, - "value": "\"\n - usnat: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\"\n - ios14: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3746, - "length": 1, - "value": "\"\n - globalcmp: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3791, - "length": 1, - "value": "\"\n - preferences: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3840, - "length": 1, - "value": "\"\n - environment: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaigns.swift", - "kind": "StringLiteral", - "offset": 3882, - "length": 518, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 491, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 612, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPIDFAStatus.swift", - "kind": "IntegerLiteral", - "offset": 697, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "Dictionary", - "offset": 2973, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3168, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3401, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3635, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPSDK.swift", - "kind": "BooleanLiteral", - "offset": 3874, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/QueryParamEncodableProtocol.swift", - "kind": "BooleanLiteral", - "offset": 725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 801, - "length": 13, - "value": "\"vendorGrant\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1121, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1184, - "length": 67, - "value": "\"VendorGrant(granted: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1216, - "length": 1, - "value": "\", purposeGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 1249, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 1291, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Dictionary", - "offset": 1335, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 11, - "value": "\"gcmStatus\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2197, - "length": 8, - "value": "\"TCData\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 2234, - "length": 8, - "value": "\"grants\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "BooleanLiteral", - "offset": 3630, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4204, - "length": 158, - "value": "\"UserConsents(\n uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4258, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4261, - "length": 12, - "value": "\"\n vendorGrants: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4303, - "length": 1, - "value": "\",\n euconsent: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "StringLiteral", - "offset": 4340, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6544, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6590, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6630, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6673, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGDPRConsent.swift", - "kind": "Array", - "offset": 6721, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 197, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 210, - "length": 9, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 221, - "length": 11, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignType.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 7, - "value": "6" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 442, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 1461, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRVendorDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 1530, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/GDPRPrivacyManagerViewResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 10, - "value": "\"purposes\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 324, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 346, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 366, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 446, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 499, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 526, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 551, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "IntegerLiteral", - "offset": 573, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "BooleanLiteral", - "offset": 1640, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 1701, - "length": 12, - "value": "\"message_id\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 1856, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2105, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2237, - "length": 225, - "value": "\"SPAction(type: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2271, - "length": 1, - "value": "\", consentLanguage: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2311, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2314, - "length": 1, - "value": "\", payload: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2347, - "length": 1, - "value": "\", publisherData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2400, - "length": 1, - "value": "\",\ncustomActionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2446, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPAction.swift", - "kind": "Dictionary", - "offset": 2606, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Extensions\/SPString.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 229, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 247, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPPrivacyManagerTab.swift", - "kind": "IntegerLiteral", - "offset": 264, - "length": 8, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "Array", - "offset": 878, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4877, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4936, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 4957, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5099, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5157, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "IntegerLiteral", - "offset": 5177, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRManagePreferenceViewController.swift", - "kind": "StringLiteral", - "offset": 5244, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 389, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 831, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Array", - "offset": 2007, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2537, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "StringLiteral", - "offset": 8884, - "length": 8, - "value": "\"7.12.6\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 8969, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 9233, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 9946, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "Dictionary", - "offset": 10156, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 12390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 14586, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 16788, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPConsentManager.swift", - "kind": "BooleanLiteral", - "offset": 17858, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPAVendorDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 662, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 562, - "length": 14, - "value": "\"sdkOSVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 603, - "length": 15, - "value": "\"scriptVersion\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 647, - "length": 14, - "value": "\"propertyHref\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/ErrorMetricsRequest.swift", - "kind": "StringLiteral", - "offset": 690, - "length": 13, - "value": "\"legislation\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3602, - "length": 329, - "value": "\"SPUSNatConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3660, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3663, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 1, - "value": "\"\n - consentStrings: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3745, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3785, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3819, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3861, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 3909, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5569, - "length": 213, - "value": "\"SPUSNatConsent.ConsentString(\n - sectionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5656, - "length": 1, - "value": "\"\n - sectionName: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5702, - "length": 1, - "value": "\"\n - consentString: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 5752, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 7928, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8011, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8177, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8252, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8329, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8422, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "BooleanLiteral", - "offset": 8495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 526, - "value": "\"SPUSNatConsent_ObjcStatuses(\n - rejectedAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8663, - "length": 1, - "value": "\"\n - consentedToAll: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8722, - "length": 1, - "value": "\"\n - consentedToAny: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8781, - "length": 1, - "value": "\"\n - hasConsentData: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8840, - "length": 1, - "value": "\"\n - sellStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8891, - "length": 1, - "value": "\"\n - shareStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 8944, - "length": 1, - "value": "\"\n - sensitiveDataStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9013, - "length": 1, - "value": "\"\n - gpcStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPUSNatConsent.swift", - "kind": "StringLiteral", - "offset": 9062, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 37, - "value": "\"sp_metric_generic_sdk_error_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 33, - "value": "\"Something went wrong in the SDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1148, - "length": 31, - "value": "\"sp_metric_unable_to_find_view\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 42, - "value": "\"Unable to find view with id: (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1268, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1632, - "length": 37, - "value": "\"sp_metric_unable_to_load_jsreceiver\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1718, - "length": 44, - "value": "\"Unable to load the JSReceiver.js resource.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1880, - "length": 26, - "value": "\"sp_metric_web_view_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 1963, - "length": 85, - "value": "\"Something went wrong in the webview (code: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "IntegerLiteral", - "offset": 2022, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2024, - "length": 1, - "value": "\", title: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2047, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 2596, - "length": 33, - "value": "\"sp_metric_invalid_property_name\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3055, - "length": 35, - "value": "\"sp_log_child_pm_id_custom_metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3139, - "length": 148, - "value": "\"SDK was called loadPrivacyManager for \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3193, - "length": 8, - "value": "\" campaign with useGroupPmIfAvailable = true. ID \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3250, - "length": 3, - "value": "\" was used. CHILD PM ID is missing!!!\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3772, - "length": 33, - "value": "\"sp_metric_invalid_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 55, - "value": "\"Could not parse the event: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3897, - "length": 4, - "value": "\" with body: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 3916, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4429, - "length": 42, - "value": "\"sp_metric_invalid_onAction_event_payload\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4592, - "length": 23, - "value": "\"sp_metric_invalid_url\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4664, - "length": 35, - "value": "\"Could not parse URL: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 4698, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5099, - "length": 31, - "value": "\"sp_metric_rendering_app_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5641, - "length": 33, - "value": "\"sp_metric_rendering_app_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 5723, - "length": 115, - "value": "\"Something went wrong while loading the Rendering App. onMessageReady was not called within the specified timeout.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6130, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6185, - "length": 64, - "value": "\"sp_metric_client_side_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6231, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6248, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6310, - "length": 98, - "value": "\"The request could not be fullfiled within the timeout (\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6382, - "length": 1, - "value": "\") specified by the client\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6908, - "length": 63, - "value": "\"sp_metric_generic_network_error\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6956, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 6970, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7028, - "length": 52, - "value": "\"Something went wrong when calling \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7079, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7507, - "length": 39, - "value": "\"sp_metric_unable_to_stringify_msgJSON\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7595, - "length": 46, - "value": "\"The SDK could convert the message into JSON.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7786, - "length": 70, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7855, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 7970, - "length": 64, - "value": "\"The SDK got an unexpected response from \/get_messages endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8177, - "length": 41, - "value": "\"sp_metric_invalid_response_message_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8267, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/gdpr endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8476, - "length": 41, - "value": "\"sp_metric_invalid_response_message_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8566, - "length": 64, - "value": "\"The SDK got an unexpected response from \/message\/ccpa endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8774, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_gdpr\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 8877, - "length": 102, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9123, - "length": 54, - "value": "\"sp_metric_invalid_response_privacy_manager_view_ccpa\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9226, - "length": 93, - "value": "\"The SDK got an unexpected response from \/ccpa\/privacy-manager\/privacy-manager-view endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9463, - "length": 32, - "value": "\"sp_metric_invalid_consent_UUID\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9552, - "length": 152, - "value": "\"Tried to post consent but the stored consentUUID is empty or nil. Make sure to call .loadMessage or .loadGDPRPrivacyManager or loadCCPAPrivacyManager.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 9919, - "length": 43, - "value": "\"sp_metric_invalid_response_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10076, - "length": 66, - "value": "\"The SDK got an unexpected response from \/custom-consent endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10278, - "length": 50, - "value": "\"sp_metric_invalid_response_delete_custom_consent\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10442, - "length": 84, - "value": "\"The SDK got an unexpected response from \/consent\/tcfv2\/consent\/v3\/custom\/ endpoint\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10669, - "length": 34, - "value": "\"sp_metric_no_internet_connection\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 46, - "value": "\"The device is not connected to the internet.\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 10933, - "length": 38, - "value": "\"sp_metric_webview_connection_timeout\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11020, - "length": 112, - "value": "\"Timed out when loading \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11086, - "length": 5, - "value": "\" after \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11123, - "length": 7, - "value": "\" seconds\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11650, - "length": 61, - "value": "\"sp_metric_invalid_response_api\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11696, - "length": 1, - "value": "\"_\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 11710, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12194, - "length": 35, - "value": "\"sp_metric_report_action_exception\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 25, - "value": "\"Unable to report action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 53, - "value": "\"sp_metric_error_converting_consent_snapshot_to_json\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12733, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 12907, - "length": 44, - "value": "\"sp_metric_error_invalid_JSON_encode_result\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13022, - "length": 12, - "value": "\"_meta-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13061, - "length": 17, - "value": "\"_consent-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13098, - "length": 10, - "value": "\"_pv-data\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13129, - "length": 11, - "value": "\"_messages\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13166, - "length": 16, - "value": "\"_error-metrics\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13206, - "length": 14, - "value": "\"_CCPA-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13244, - "length": 14, - "value": "\"_GDPR-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13283, - "length": 15, - "value": "\"_USNAT-action\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13322, - "length": 14, - "value": "\"_IDFA-status\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13369, - "length": 23, - "value": "\"_CCPA-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13415, - "length": 13, - "value": "\"_choice-all\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13461, - "length": 23, - "value": "\"_GDPR-privacy-manager\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13509, - "length": 15, - "value": "\"_CCPA-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13549, - "length": 15, - "value": "\"_GDPR-message\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13598, - "length": 29, - "value": "\"_delete-custom-consent-GDPR\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPError.swift", - "kind": "StringLiteral", - "offset": 13645, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "BooleanLiteral", - "offset": 464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 575, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 631, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 660, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 702, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "Array", - "offset": 765, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRCategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 963, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 338, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "IntegerLiteral", - "offset": 358, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 7, - "value": "\"stage\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPCampaignEnv.swift", - "kind": "StringLiteral", - "offset": 432, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1330, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "Array", - "offset": 1346, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 285, - "value": "\"SPGlobalCmpConsent(\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2678, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2681, - "length": 1, - "value": "\"\n - applies: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2715, - "length": 1, - "value": "\"\n - categories: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2755, - "length": 1, - "value": "\"\n - vendors: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2789, - "length": 1, - "value": "\"\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2831, - "length": 1, - "value": "\"\n - expirationDate: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPGlobalCmpConsent.swift", - "kind": "StringLiteral", - "offset": 2879, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "BooleanLiteral", - "offset": 231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 361, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 406, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 462, - "length": 274, - "value": "\"SPPreferencesConsent(\n - dateCreated: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 556, - "length": 1, - "value": "\"\n - messageId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 597, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 600, - "length": 1, - "value": "\"\n - uuid: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 631, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 666, - "length": 1, - "value": "\"\n - rejectedStatus: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 714, - "length": 1, - "value": "\"\n)\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 873, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 912, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1868, - "length": 340, - "value": "\"SPPreferencesConsent.Status(\n - categoryId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1956, - "length": 1, - "value": "\"\n - channels: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 1996, - "length": 1, - "value": "\"\n - changed: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2041, - "length": 1, - "value": "\"\n - dateConsented: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2098, - "length": 1, - "value": "\"\n - subType: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2143, - "length": 1, - "value": "\"\n - versionId: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2192, - "length": 693, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "Array", - "offset": 2297, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2895, - "length": 125, - "value": "\"SPPreferencesConsent.Channel(\n - id: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 2968, - "length": 1, - "value": "\"\n - status: \"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "StringLiteral", - "offset": 3004, - "length": 1302, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3239, - "length": 18, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3259, - "length": 13, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3274, - "length": 11, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3287, - "length": 11, - "value": "4" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Consents\/SPPreferencesConsent.swift", - "kind": "IntegerLiteral", - "offset": 3300, - "length": 7, - "value": "5" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 3, - "value": "1" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 239, - "length": 7, - "value": "2" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "IntegerLiteral", - "offset": 248, - "length": 6, - "value": "3" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 1959, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2080, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2213, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "Array", - "offset": 2288, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3697, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "StringLiteral", - "offset": 3739, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SourcePointClient\/SPPrivacyManagerRequestResponse.swift", - "kind": "BooleanLiteral", - "offset": 3774, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 30, - "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPDate.swift", - "kind": "StringLiteral", - "offset": 331, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 1809, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/OSLogger.swift", - "kind": "StringLiteral", - "offset": 3144, - "length": 7, - "value": "\"SPSDK\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 398, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 432, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "Array", - "offset": 486, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/CCPA\/SPCCPACategoryDetailsViewController.swift", - "kind": "StringLiteral", - "offset": 684, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 314, - "length": 6, - "value": "\"prod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 365, - "length": 58, - "value": "\"scriptType=ios&scriptVersion=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 472, - "length": 31, - "value": "\"https:\/\/cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 506, - "length": 39, - "value": "\"https:\/\/preprod-cdn.privacy-mgmt.com\/\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 28, - "value": "\".\/wrapper\/?env=\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 695, - "length": 40, - "value": "\".\/v2\/message\/v2\/gdpr?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 40, - "value": "\".\/v2\/message\/v2\/ccpa?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 852, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 931, - "length": 47, - "value": "\".\/metrics\/v1\/custom-metrics?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 977, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1069, - "length": 72, - "value": "\".\/consent\/tcfv2\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1140, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1228, - "length": 63, - "value": "\".\/ccpa\/privacy-manager\/privacy-manager-view?\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1290, - "length": 24, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1360, - "length": 22, - "value": "\".\/ccpa_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1452, - "length": 20, - "value": "\".\/us_pm\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1546, - "length": 39, - "value": "\".\/us_pm\/index.html?is_global_cmp=true\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1661, - "length": 30, - "value": "\".\/preferences-app\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 1760, - "length": 30, - "value": "\".\/privacy-manager\/index.html\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2044, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2109, - "length": 9, - "value": "\"#707070\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2169, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2231, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2297, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2365, - "length": 9, - "value": "\"#575757\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2442, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2458, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2477, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2516, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2600, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2616, - "length": 5, - "value": "\"400\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2635, - "length": 30, - "value": "\"arial, helvetica, sans-serif\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2674, - "length": 9, - "value": "\"#ffffff\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2771, - "length": 7, - "value": "\"SPEnv\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Constants.swift", - "kind": "StringLiteral", - "offset": 2795, - "length": 9, - "value": "\"preprod\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "StringLiteral", - "offset": 3234, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPNativeMessage.swift", - "kind": "FloatLiteral", - "offset": 3314, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "Array", - "offset": 551, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "StringLiteral", - "offset": 626, - "length": 6, - "value": "\"cell\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/GDPR\/SPGDPRNativePrivacyManagerViewController.swift", - "kind": "BooleanLiteral", - "offset": 13320, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/Views\/tvOS\/NativePrivacyManager\/Data\/GDPRPMPayload.swift", - "kind": "Array", - "offset": 786, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "StringLiteral", - "offset": 2384, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/andreherculano\/dev\/sourcepoint\/ios-cmp-app\/ConsentViewController\/Classes\/SPMessageViewController.swift", - "kind": "FloatLiteral", - "offset": 2426, - "length": 4, - "value": "10.0" - } - ] -} \ No newline at end of file diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface deleted file mode 100644 index 46a727a11..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPWebConsentPayload = Swift.String -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc deleted file mode 100644 index 57d9c5020..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface deleted file mode 100644 index 46a727a11..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface +++ /dev/null @@ -1,1417 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1) -// swift-module-flags: -target x86_64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name ConsentViewController -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2 -import AdSupport -import AppTrackingTransparency -@_exported import ConsentViewController -import Foundation -import Swift -import SystemConfiguration -import TVUIKit -import UIKit -import _Concurrency -import _StringProcessing -import _SwiftConcurrencyShims -import os -@objc @objcMembers public class SPConsentable : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.String - @objc final public let consented: Swift.Bool - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(id: Swift.String, consented: Swift.Bool) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGPPConfig : ObjectiveC.NSObject, Swift.Encodable { - @objc public enum SPMspaBinaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc public enum SPMspaTernaryFlag : Swift.Int, Swift.Encodable, Swift.Equatable { - case yes, no, notApplicable - public var string: Swift.String { - get - } - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag? = nil, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag? = nil) - #endif - @objc public init(MspaCoveredTransaction: ConsentViewController.SPGPPConfig.SPMspaBinaryFlag, MspaOptOutOptionMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag, MspaServiceProviderMode: ConsentViewController.SPGPPConfig.SPMspaTernaryFlag) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -public struct ConsentStatus : Swift.Codable, Swift.Equatable { - public var rejectedAny: Swift.Bool?, rejectedLI: Swift.Bool?, consentedAll: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, rejectedAll: Swift.Bool?, vendorListAdditions: Swift.Bool?, legalBasisChanges: Swift.Bool? - public static func == (a: ConsentViewController.ConsentStatus, b: ConsentViewController.ConsentStatus) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct SPGCMData : Swift.Codable, Swift.Equatable { - public enum Status : Swift.String, Swift.Hashable, Swift.Equatable, Swift.Codable { - case granted, denied - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - } - public let adStorage: ConsentViewController.SPGCMData.Status?, analyticsStorage: ConsentViewController.SPGCMData.Status?, adUserData: ConsentViewController.SPGCMData.Status?, adPersonalization: ConsentViewController.SPGCMData.Status? - public static func == (a: ConsentViewController.SPGCMData, b: ConsentViewController.SPGCMData) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPGCMDataObjc : ObjectiveC.NSObject { - @objc(SPGCMDataObjc_ObjcStatus) public enum ObjcStatus : Swift.Int, Swift.CustomStringConvertible { - case granted, denied, unset - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } - @objc final public let adStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, analyticsStorage: ConsentViewController.SPGCMDataObjc.ObjcStatus, adUserData: ConsentViewController.SPGCMDataObjc.ObjcStatus, adPersonalization: ConsentViewController.SPGCMDataObjc.ObjcStatus - #if compiler(>=5.3) && $NonescapableTypes - public init(from gcmData: ConsentViewController.SPGCMData?) - #endif - @objc deinit -} -public struct SPWebConsents : Swift.Codable, Swift.Equatable { - public struct SPWebConsent : Swift.Codable, Swift.Equatable { - #if compiler(>=5.3) && $NonescapableTypes - public init?(uuid: Swift.String?, webConsentPayload: ConsentViewController.SPWebConsentPayload?) - #endif - public static func == (a: ConsentViewController.SPWebConsents.SPWebConsent, b: ConsentViewController.SPWebConsents.SPWebConsent) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPWebConsents.SPWebConsent? = nil, ccpa: ConsentViewController.SPWebConsents.SPWebConsent? = nil, usnat: ConsentViewController.SPWebConsents.SPWebConsent? = nil) - #endif - public static func == (a: ConsentViewController.SPWebConsents, b: ConsentViewController.SPWebConsents) -> Swift.Bool - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public class SPConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying where ConsentType : Foundation.NSCopying, ConsentType : Swift.Decodable, ConsentType : Swift.Encodable, ConsentType : Swift.Equatable { - final public let consents: ConsentType? - final public let applies: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(consents: ConsentType?, applies: Swift.Bool) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @objcMembers public class SPUserData : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - final public let gdpr: ConsentViewController.SPConsent? - final public let ccpa: ConsentViewController.SPConsent? - final public let usnat: ConsentViewController.SPConsent? - final public let globalcmp: ConsentViewController.SPConsent? - final public let preferences: ConsentViewController.SPConsent? - public var webConsents: ConsentViewController.SPWebConsents { - get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(gdpr: ConsentViewController.SPConsent? = nil, ccpa: ConsentViewController.SPConsent? = nil, usnat: ConsentViewController.SPConsent? = nil, globalcmp: ConsentViewController.SPConsent? = nil, preferences: ConsentViewController.SPConsent? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic open func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -public protocol SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc extension ConsentViewController.SPUserData : ConsentViewController.SPObjcUserData { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGDPRConsents() -> ConsentViewController.SPGDPRConsent? - #endif - @objc dynamic public func objcGDPRApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcCCPAConsents() -> ConsentViewController.SPCCPAConsent? - #endif - @objc dynamic public func objcCCPAApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcUSNatConsents() -> ConsentViewController.SPUSNatConsent? - #endif - @objc dynamic public func objcUSNatApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcGlobalCmpConsents() -> ConsentViewController.SPGlobalCmpConsent? - #endif - @objc dynamic public func objcGlobalCmpApplies() -> Swift.Bool - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func objcPreferencesConsents() -> ConsentViewController.SPPreferencesConsent? - #endif -} -@objc public enum CCPAConsentStatus : Swift.Int, Swift.Codable { - case RejectedNone - case RejectedSome - case RejectedAll - case ConsentedAll - case LinkedNoAction - case Unknown - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.CCPAConsentStatus.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.CCPAConsentStatus.RawValue) - #endif - public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPCCPAConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var status: ConsentViewController.CCPAConsentStatus - @objc public var rejectedVendors: [Swift.String], rejectedCategories: [Swift.String] - @objc public var uspstring: Swift.String { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate - public var GPPData: ConsentViewController.SPJson - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPCCPAConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - public func encode(to encoder: any Swift.Encoder) throws - @objc deinit -} -public typealias SPWebConsentPayload = Swift.String -@objc @objcMembers open class SPPropertyName : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(_ rawValue: Swift.String) throws - required public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -extension Foundation.URLSessionDataTask { - @objc override dynamic public var priority: Swift.Float { - @objc get - @objc set - } -} -@objc public enum SPMessageLanguage : Swift.Int, Swift.Codable { - case Albanian - case Arabic - case Basque - case Bosnian_Latin - case Bulgarian - case Catalan - case Chinese_Simplified - case Chinese_Traditional - case Croatian - case Czech - case Danish - case Dutch - case English - case Estonian - case Finnish - case French - case Galician - case Georgian - case German - case Greek - case Hebrew - case Hindi - case Hungarian - case Indonesian - case Italian - case Japanese - case Korean - case Latvian - case Lithuanian - case Macedonian - case Malay - case Maltese - case Norwegian - case Polish - case Portuguese_Brazil - case Portuguese_Portugal - case Romanian - case Russian - case Serbian_Cyrillic - case Serbian_Latin - case Slovak - case Slovenian - case Spanish - case Swahili - case Swedish - case Tagalog - case Thai - case Turkish - case Ukrainian - case Vietnamese - case Welsh - case BrowserDefault - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPMessageLanguage.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPMessageLanguage.RawValue) - #endif -} -public typealias SPTargetingParams = [Swift.String : Swift.String] -@objc public enum SPOptinalBool : Swift.Int { - case yes, no, unset - public var string: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public class SPCampaign : ObjectiveC.NSObject { - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @nonobjc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: Swift.Bool? = nil, supportLegacyUSPString: Swift.Bool? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @available(swift, obsoleted: 1.0) - @objc public init(targetingParams: ConsentViewController.SPTargetingParams = [:], groupPmId: Swift.String? = nil, gppConfig: ConsentViewController.SPGPPConfig? = nil, transitionCCPAAuth: ConsentViewController.SPOptinalBool = .unset, supportLegacyUSPString: ConsentViewController.SPOptinalBool = .unset) - #endif - @objc deinit -} -@objc @objcMembers public class SPCampaigns : ObjectiveC.NSObject { - @objc final public let environment: ConsentViewController.SPCampaignEnv - @objc final public let gdpr: ConsentViewController.SPCampaign?, ccpa: ConsentViewController.SPCampaign?, usnat: ConsentViewController.SPCampaign?, ios14: ConsentViewController.SPCampaign?, globalcmp: ConsentViewController.SPCampaign?, preferences: ConsentViewController.SPCampaign? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - @objc public init(gdpr: ConsentViewController.SPCampaign? = nil, ccpa: ConsentViewController.SPCampaign? = nil, usnat: ConsentViewController.SPCampaign? = nil, ios14: ConsentViewController.SPCampaign? = nil, globalcmp: ConsentViewController.SPCampaign? = nil, preferences: ConsentViewController.SPCampaign? = nil, environment: ConsentViewController.SPCampaignEnv = .Public) - #endif - @objc deinit -} -@objc public enum SPIDFAStatus : Swift.Int, Swift.CaseIterable, Swift.CustomStringConvertible { - case unknown = 0 - case accepted = 1 - case denied = 2 - case unavailable = 3 - public var description: Swift.String { - get - } - @available(iOS 14, tvOS 14, *) - public init(fromApple status: AppTrackingTransparency.ATTrackingManager.AuthorizationStatus) - public static func requestAuthorisation(handler: @escaping (ConsentViewController.SPIDFAStatus) -> Swift.Void) - public static func current() -> ConsentViewController.SPIDFAStatus - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPIDFAStatus] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPIDFAStatus] { - get - } - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPIDFAStatus : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_inheritsConvenienceInitializers @objcMembers public class SPIDFAStatusBridge : ObjectiveC.NSObject { - @objc public static func current() -> ConsentViewController.SPIDFAStatus - @objc public static func currentString() -> Swift.String - @objc override dynamic public init() - @objc deinit -} -@objc public protocol SPCCPA { - @objc var ccpaApplies: Swift.Bool { get } - @objc func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@objc public protocol SPGDPR { - @objc var gdprApplies: Swift.Bool { get } - @objc func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPUSNAT { - @objc var usnatApplies: Swift.Bool { get } - @objc func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPGLOBALCMP { - @objc var globalcmpApplies: Swift.Bool { get } - @objc func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab, useGroupPmIfAvailable: Swift.Bool) -} -@available(iOS 10, *) -@objc public protocol SPPREFERENCES { - @objc func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPSDK : ConsentViewController.SPCCPA, ConsentViewController.SPGDPR, ConsentViewController.SPGLOBALCMP, ConsentViewController.SPMessageUIDelegate, ConsentViewController.SPPREFERENCES, ConsentViewController.SPUSNAT { - @objc static var VERSION: Swift.String { get } - @objc var cleanUserDataOnError: Swift.Bool { get set } - @objc var messageTimeoutInSeconds: Foundation.TimeInterval { get set } - @objc var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab { get set } - @objc var messageLanguage: ConsentViewController.SPMessageLanguage { get set } - @objc var userData: ConsentViewController.SPUserData { get } - #if compiler(>=5.3) && $NonescapableTypes - @objc init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc func loadMessage(forAuthId authId: Swift.String?, publisherData: [Swift.String : Swift.String]?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc(loadMessageForAuthId:spPublisherData:) func loadMessage(forAuthId authId: Swift.String?, publisherData: ConsentViewController.SPPublisherData?) - #endif - @objc func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc func dismissMessage() -} -extension ConsentViewController.SPSDK { - #if compiler(>=5.3) && $NonescapableTypes - public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public func loadMessage(forAuthId authId: Swift.String? = nil, pubData: ConsentViewController.SPPublisherData? = [:]) - #endif - public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - public func loadPreferenceCenter(withId id: Swift.String) -} -@objc public protocol SPConsentUIDelegate { - @objc func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -@objc public protocol SPConsentDelegate { - @objc func onSPUIReady(_ controller: UIKit.UIViewController) - @objc optional func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc optional func onConsentReady(userData: ConsentViewController.SPUserData) - @objc optional func onSPFinished(userData: ConsentViewController.SPUserData) - @objc optional func onError(error: ConsentViewController.SPError) - @objc optional func onMessageInactivityTimeout() -} -@objc public protocol SPDelegate : ConsentViewController.SPConsentDelegate, ConsentViewController.SPConsentUIDelegate { -} -public typealias SPGDPRVendorGrants = [ConsentViewController.GDPRVendorId : ConsentViewController.SPGDPRVendorGrant] -public typealias GDPRVendorId = Swift.String -public typealias SPGDPRPurposeGrants = [ConsentViewController.SPGDPRPurposeId : Swift.Bool] -public typealias SPGDPRPurposeId = Swift.String -@objc @objcMembers public class SPGDPRVendorGrant : ObjectiveC.NSObject, Swift.Codable { - @objc final public let granted: Swift.Bool - @objc final public let purposeGrants: ConsentViewController.SPGDPRPurposeGrants - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public init(granted: Swift.Bool = false, purposeGrants: ConsentViewController.SPGDPRPurposeGrants = [:]) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGDPRConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendorGrants: ConsentViewController.SPGDPRVendorGrants - @objc public var euconsent: Swift.String - public var tcfData: ConsentViewController.SPJson? - @objc public var uuid: Swift.String? - public var dateCreated: ConsentViewController.SPDate - @objc public var applies: Swift.Bool - public var consentStatus: ConsentViewController.ConsentStatus - public var googleConsentMode: ConsentViewController.SPGCMData? - @objc public var acceptedCategories: [Swift.String] - @objc override dynamic open var description: Swift.String { - @objc get - } - required public init(from decoder: any Swift.Decoder) throws - @objc public static func empty() -> ConsentViewController.SPGDPRConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -@available(swift, obsoleted: 1.0) -@objc extension ConsentViewController.SPGDPRConsent { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public var objcGoogleConsentMode: ConsentViewController.SPGCMDataObjc? { - @objc get - } - #endif -} -public enum CategoryContentType { - case consent - case legitimate - case specialFeatures - public static func == (a: ConsentViewController.CategoryContentType, b: ConsentViewController.CategoryContentType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@objc public enum SPCampaignType : Swift.Int, Swift.Equatable { - case gdpr, ios14, ccpa, usnat, globalcmp, preferences, unknown -} -extension ConsentViewController.SPCampaignType : Swift.Codable { - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } - public init(rawValue: Swift.String) - public init(from decoder: any Swift.Decoder) throws -} -@objc public enum SPActionType : Swift.Int, Swift.Codable, Swift.CaseIterable, Swift.CustomStringConvertible { - case SaveAndExit = 1 - case PMCancel = 2 - case Custom = 9 - case AcceptAll = 11 - case ShowPrivacyManager = 12 - case RejectAll = 13 - case Dismiss = 15 - case RequestATTAccess = 16 - case IDFAAccepted = 17 - case IDFADenied = 18 - case Unknown = 0 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias AllCases = [ConsentViewController.SPActionType] - public typealias RawValue = Swift.Int - nonisolated public static var allCases: [ConsentViewController.SPActionType] { - get - } - public var rawValue: Swift.Int { - get - } -} -@objc @objcMembers public class SPAction : ObjectiveC.NSObject { - @objc public var type: ConsentViewController.SPActionType - @objc final public let campaignType: ConsentViewController.SPCampaignType - @objc final public let consentLanguage: Swift.String? - @objc public var pmURL: Foundation.URL? - #if compiler(>=5.3) && $NonescapableTypes - @objc public var pmId: Swift.String? { - @objc get - } - #endif - public var pmPayload: ConsentViewController.SPJson - @objc public var publisherData: [Swift.String : Swift.String] { - @objc get - @objc set - } - @objc public var encodablePubData: ConsentViewController.SPPublisherData - @objc public var customActionId: Swift.String? - @objc public var messageId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - #if compiler(>=5.3) && $NonescapableTypes - public init(type: ConsentViewController.SPActionType, campaignType: ConsentViewController.SPCampaignType = .unknown, publisherData: [Swift.String : Swift.String] = [:], consentLanguage: Swift.String? = nil, pmPayload: ConsentViewController.SPJson = SPJson(), pmurl: Foundation.URL? = nil, customActionId: Swift.String? = nil, messageId: Swift.String? = nil) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -@objc public enum SPPrivacyManagerTab : Swift.Int { - case Default - case Purposes - case Vendors - case Features - public typealias RawValue = Swift.String - public var rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: ConsentViewController.SPPrivacyManagerTab.RawValue) - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPConsentManager : ObjectiveC.NSObject { - @objc public static var shouldCallErrorMetrics: Swift.Bool - @objc public var cleanUserDataOnError: Swift.Bool - @objc public var messageTimeoutInSeconds: Foundation.TimeInterval { - @objc get - @objc set - } - @objc public var privacyManagerTab: ConsentViewController.SPPrivacyManagerTab - @objc public var messageLanguage: ConsentViewController.SPMessageLanguage { - @objc get - @objc set - } - #if compiler(>=5.3) && $NonescapableTypes - @objc required convenience public init(accountId: Swift.Int, propertyId: Swift.Int, propertyName: ConsentViewController.SPPropertyName, campaigns: ConsentViewController.SPCampaigns, language: ConsentViewController.SPMessageLanguage = .BrowserDefault, delegate: (any ConsentViewController.SPDelegate)?) - #endif - @objc public func gracefullyDegradeOnError(_ error: ConsentViewController.SPError) - @objc deinit -} -@objc extension ConsentViewController.SPConsentManager : ConsentViewController.SPSDK { - @objc public static let VERSION: Swift.String - @objc dynamic public var gdprApplies: Swift.Bool { - @objc get - } - @objc dynamic public var ccpaApplies: Swift.Bool { - @objc get - } - @objc dynamic public var usnatApplies: Swift.Bool { - @objc get - } - @objc dynamic public var globalcmpApplies: Swift.Bool { - @objc get - } - @objc dynamic public var userData: ConsentViewController.SPUserData { - @objc get - } - @objc public static func clearAllData() - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: [Swift.String : Swift.String]? = [:]) - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func loadMessage(forAuthId authId: Swift.String? = nil, publisherData: ConsentViewController.SPPublisherData? = [:]) - #endif - @objc dynamic public func loadGDPRPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadCCPAPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadUSNatPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadGlobalCmpPrivacyManager(withId id: Swift.String, tab: ConsentViewController.SPPrivacyManagerTab = .Default, useGroupPmIfAvailable: Swift.Bool = false) - @objc dynamic public func loadPreferenceCenter(withId id: Swift.String) - @objc dynamic public func customConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func deleteCustomConsentGDPR(vendors: [Swift.String], categories: [Swift.String], legIntCategories: [Swift.String], handler: @escaping (ConsentViewController.SPGDPRConsent) -> Swift.Void) - @objc dynamic public func rejectAll(campaignType: ConsentViewController.SPCampaignType) - @objc dynamic public func dismissMessage() -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPMessageUIDelegate { - @objc dynamic public func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func loaded(_ controller: UIKit.UIViewController) - @objc dynamic public func finished(_ vcFinished: UIKit.UIViewController) - @objc dynamic public func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) -} -extension ConsentViewController.SPConsentManager : ConsentViewController.SPDelegate { - @objc dynamic public func onSPUIReady(_ controller: UIKit.UIViewController) - @objc dynamic public func onSPNativeMessageReady(_ message: ConsentViewController.SPNativeMessage) - @objc dynamic public func onAction(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc dynamic public func onSPUIFinished(_ controller: UIKit.UIViewController) - @objc dynamic public func onConsentReady(userData: ConsentViewController.SPUserData) - @objc dynamic public func onSPFinished(userData: ConsentViewController.SPUserData) - @objc dynamic public func onError(_ error: ConsentViewController.SPError) - @objc dynamic public func onMessageInactivityTimeout() -} -@objc public protocol SPMessageUIDelegate { - @objc func loaded(_ controller: UIKit.UIViewController) - @objc(loadedWithNativeMessage:) optional func loaded(_ message: ConsentViewController.SPNativeMessage) - @objc func action(_ action: ConsentViewController.SPAction, from controller: UIKit.UIViewController) - @objc func onError(_ error: ConsentViewController.SPError) - @objc func finished(_ vcFinished: UIKit.UIViewController) - @objc @available(tvOS, unavailable) - func onMessageInactivityTimeout() -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPUSNatConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - @objc public var consentStrings: [ConsentViewController.SPUSNatConsent.ConsentString] - public var statuses: ConsentViewController.SPUSNatConsent.Statuses { - get - } - public var GPPData: ConsentViewController.SPJson? - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPUSNatConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPUSNatConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ConsentString) @objcMembers public class ConsentString : ObjectiveC.NSObject, Swift.Codable { - @objc final public let sectionId: Swift.Int - @objc final public let sectionName: Swift.String, consentString: Swift.String - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public init(sectionId: Swift.Int, sectionName: Swift.String, consentString: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } -} -extension ConsentViewController.SPUSNatConsent { - public struct Statuses : Swift.CustomStringConvertible, Swift.Equatable { - public var rejectedAny: Swift.Bool?, consentedToAll: Swift.Bool?, consentedToAny: Swift.Bool?, hasConsentData: Swift.Bool?, sellStatus: Swift.Bool?, shareStatus: Swift.Bool?, sensitiveDataStatus: Swift.Bool?, gpcStatus: Swift.Bool? - public var description: Swift.String { - get - } - public static func == (a: ConsentViewController.SPUSNatConsent.Statuses, b: ConsentViewController.SPUSNatConsent.Statuses) -> Swift.Bool - } -} -@available(swift, obsoleted: 1.0) -extension ConsentViewController.SPUSNatConsent { - @objc(SPUSNatConsent_ObjcStatuses) public class ObjcStatuses : ObjectiveC.NSObject { - @objc public var rejectedAny: Swift.Bool { - @objc get - } - @objc public var consentedToAll: Swift.Bool { - @objc get - } - @objc public var consentedToAny: Swift.Bool { - @objc get - } - @objc public var hasConsentData: Swift.Bool { - @objc get - } - @objc public var sellStatus: Swift.Bool { - @objc get - } - @objc public var shareStatus: Swift.Bool { - @objc get - } - @objc public var sensitiveDataStatus: Swift.Bool { - @objc get - } - @objc public var gpcStatus: Swift.Bool { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - public init(from statuses: ConsentViewController.SPUSNatConsent.Statuses) - @objc deinit - } - @objc dynamic public var objcStatuses: ConsentViewController.SPUSNatConsent.ObjcStatuses { - @objc get - } -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPError : Foundation.NSError, Foundation.LocalizedError, @unchecked Swift.Sendable { - @objc public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc public var failureReason: Swift.String { - @objc get - } - @objc public var originalError: (any Swift.Error)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class UnableToFindView : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToLoadJSReceiver : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidPropertyNameError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class MissingChildPmIdError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidEventPayloadError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var failureReason: Swift.String { - @objc get - } - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidOnActionEventPayloadError : ConsentViewController.InvalidEventPayloadError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidURLError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc final public let renderingAppErrorCode: Swift.String? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class RenderingAppTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class ClientRequestTimeoutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class GenericNetworkError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToInjectMessageIntoRenderingApp : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGetMessagesEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageGDPREndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseMessageCCPAEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseGDPRPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCCPAPMViewEndpointError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class PostingCustomConsentWithoutConsentUUID : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc override public var campaignType: ConsentViewController.SPCampaignType { - @objc get - @objc set - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseDeleteCustomError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class NoInternetConnection : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class WebViewConnectionTimeOutError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class InvalidResponseAPIError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class ReportActionError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class UnableToConvertConsentSnapshotIntoJsonError : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidJSONEncodeResult : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers public class InvalidReportActionEvent : ConsentViewController.SPError, @unchecked Swift.Sendable { - @objc override public var spCode: Swift.String { - @objc get - } - @objc deinit -} -public enum InvalidResponsAPICode : Swift.String { - case META_DATA - case CONSENT_STATUS - case PV_DATA - case MESSAGES - case ERROR_METRICS - case CCPA_ACTION - case GDPR_ACTION - case USNAT_ACTION - case IDFA_STATUS - case CCPA_PRIVACY_MANAGER - case CHOICE_ALL - case GDPR_PRIVACY_MANAGER - case CCPA_MESSAGE - case GDPR_MESSAGE - case DELETE_CUSTOM_CONSENT - case EMPTY - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.String) - #endif - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public typealias SPPublisherData = [Swift.String : ConsentViewController.AnyEncodable] -@objc @objcMembers public class AnyEncodable : ObjectiveC.NSObject, Swift.Encodable { - #if compiler(>=5.3) && $NonescapableTypes - public init(_ value: (any Swift.Encodable)?) - #endif - public func encode(to encoder: any Swift.Encoder) throws - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - @objc deinit -} -public enum SPJson : Swift.Codable, Swift.CustomStringConvertible, Swift.Equatable { - case string(Swift.String) - case number(Swift.Double) - case object([ConsentViewController.SPJson.Key : ConsentViewController.SPJson]) - case array([ConsentViewController.SPJson]) - case bool(Swift.Bool) - case null - public struct Key : Swift.CodingKey, Swift.Hashable, Swift.CustomStringConvertible { - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - public let stringValue: Swift.String - public init(_ string: Swift.String) - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(intValue: Swift.Int) - #endif - public static func == (a: ConsentViewController.SPJson.Key, b: ConsentViewController.SPJson.Key) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - #if compiler(>=5.3) && $NonescapableTypes - public var objectValue: [Swift.String : ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var arrayValue: [ConsentViewController.SPJson]? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var stringValue: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var nullValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var doubleValue: Swift.Double? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var intValue: Swift.Int? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var boolValue: Swift.Bool? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var anyValue: Any? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public var dictionaryValue: [Swift.String : Any]? { - get - } - #endif - public var description: Swift.String { - get - } - public init() - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public subscript(dynamicMember member: Swift.String) -> ConsentViewController.SPJson { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public subscript(key: Swift.String) -> ConsentViewController.SPJson? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public subscript(index: Swift.Int) -> ConsentViewController.SPJson? { - get - } - #endif - public static func == (a: ConsentViewController.SPJson, b: ConsentViewController.SPJson) -> Swift.Bool -} -extension ConsentViewController.SPJson { - public init(_ value: Any) throws -} -extension Foundation.URL { - #if compiler(>=5.3) && $NonescapableTypes - public func appendQueryItems(_ parameters: [Swift.String : Swift.String?]) -> Foundation.URL? - #endif -} -@objc public enum SPCampaignEnv : Swift.Int, Swift.CustomStringConvertible { - case Stage = 0 - case Public = 1 - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(stringValue: Swift.String) - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -extension ConsentViewController.SPCampaignEnv : Swift.Codable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPGlobalCmpConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - @objc public var vendors: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var categories: [ConsentViewController.SPConsentable] { - @objc get - } - @objc public var uuid: Swift.String? - @objc public var applies: Swift.Bool - public var dateCreated: ConsentViewController.SPDate, expirationDate: ConsentViewController.SPDate - required public init(from decoder: any Swift.Decoder) throws - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws -} -extension ConsentViewController.SPGlobalCmpConsent { - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPGlobalCmpConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool - #endif - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif -} -@objc @_hasMissingDesignatedInitializers @objcMembers public class SPPreferencesConsent : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying { - public var dateCreated: ConsentViewController.SPDate - @objc public var uuid: Swift.String? - @objc public var status: [ConsentViewController.SPPreferencesConsent.Status] - @objc public var rejectedStatus: [ConsentViewController.SPPreferencesConsent.Status] - @objc override dynamic open var description: Swift.String { - @objc get - } - @objc public static func empty() -> ConsentViewController.SPPreferencesConsent - #if compiler(>=5.3) && $NonescapableTypes - @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any - #endif - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws -} -extension ConsentViewController.SPPreferencesConsent { - @objc @_hasMissingDesignatedInitializers @objcMembers public class Status : ObjectiveC.NSObject, Swift.Codable { - @objc final public let categoryId: Swift.Int - @objc final public let channels: [ConsentViewController.SPPreferencesConsent.Channel] - final public let changed: Swift.Bool? - final public let dateConsented: ConsentViewController.SPDate? - final public let subType: ConsentViewController.SPPreferencesConsent.SubType? - @objc final public let versionId: Swift.String? - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc @_hasMissingDesignatedInitializers @objcMembers public class Channel : ObjectiveC.NSObject, Swift.Codable { - @objc final public let id: Swift.Int - @objc final public let status: Swift.Bool - @objc override dynamic public var description: Swift.String { - @objc get - } - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public enum SubType : Swift.Int, Swift.Codable, Swift.CustomStringConvertible { - case AIPolicy, TermsAndConditions, PrivacyPolicy, LegalPolicy, TermsOfSale, Unknown - public var description: Swift.String { - get - } - #if compiler(>=5.3) && $NonescapableTypes - public init?(rawValue: Swift.Int) - #endif - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } - } -} -@objc extension ObjectiveC.NSObject { - #if compiler(>=5.3) && $NonescapableTypes - @objc dynamic public func toJSON() -> Swift.String? - #endif -} -public struct SPDate : Swift.Codable, Swift.Equatable { - public init(from decoder: any Swift.Decoder) throws - public func encode(to encoder: any Swift.Encoder) throws - public static func == (a: ConsentViewController.SPDate, b: ConsentViewController.SPDate) -> Swift.Bool -} -extension UIKit.UIColor { - #if compiler(>=5.3) && $NonescapableTypes - convenience public init?(hexString: Swift.String?) - #endif -} -@objc public class SPNativeMessage : ObjectiveC.NSObject, Swift.Decodable, ConsentViewController.SPMessageView { - public typealias CustomFields = [Swift.String : Swift.String] - @objc public class AttributeStyle : ObjectiveC.NSObject, Swift.Codable { - final public let fontFamily: Swift.String - final public let fontSize: Swift.Int - final public let color: Swift.String - final public let backgroundColor: Swift.String - public init(fontFamily: Swift.String, fontSize: Swift.Int, color: Swift.String, backgroundColor: Swift.String) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Attribute : ObjectiveC.NSObject, Swift.Codable { - final public let text: Swift.String - final public let style: ConsentViewController.SPNativeMessage.AttributeStyle - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields) - @objc deinit - public func encode(to encoder: any Swift.Encoder) throws - required public init(from decoder: any Swift.Decoder) throws - } - @objc public class Action : ConsentViewController.SPNativeMessage.Attribute { - final public let choiceType: ConsentViewController.SPActionType - #if compiler(>=5.3) && $NonescapableTypes - public var pmId: Swift.String? { - get - } - #endif - #if compiler(>=5.3) && $NonescapableTypes - public init(text: Swift.String, style: ConsentViewController.SPNativeMessage.AttributeStyle, customFields: ConsentViewController.SPNativeMessage.CustomFields, choiceType: ConsentViewController.SPActionType, url: Foundation.URL?) - #endif - override public func encode(to encoder: any Swift.Encoder) throws - @objc deinit - } - @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @objc public var campaignType: ConsentViewController.SPCampaignType - @objc public var messageId: Swift.String - @objc public var timeout: Swift.Double - final public let title: ConsentViewController.SPNativeMessage.Attribute - final public let body: ConsentViewController.SPNativeMessage.Attribute - final public let actions: [ConsentViewController.SPNativeMessage.Action] - final public let customFields: ConsentViewController.SPNativeMessage.CustomFields - public init(title: ConsentViewController.SPNativeMessage.Attribute, body: ConsentViewController.SPNativeMessage.Attribute, actions: [ConsentViewController.SPNativeMessage.Action], customFields: ConsentViewController.SPNativeMessage.CustomFields) - required public init(from decoder: any Swift.Decoder) throws - @objc public func loadMessage() - @objc public func loadPrivacyManager(url: Foundation.URL) - @objc public func closePrivacyManager() - @objc public func dismissMessage() - @objc deinit -} -@objc public protocol SPRenderingApp { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() -} -@objc public protocol MessageController { - @objc func loadMessage() - @objc func loadPrivacyManager(url: Foundation.URL) - @objc func closePrivacyManager() - @objc func dismissMessage() -} -@objc public protocol SPMessageView : ConsentViewController.MessageController, ConsentViewController.SPRenderingApp { - #if compiler(>=5.3) && $NonescapableTypes - @objc var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? { get set } - #endif - @objc var campaignType: ConsentViewController.SPCampaignType { get set } - @objc var messageId: Swift.String { get set } - @objc var timeout: Foundation.TimeInterval { get set } -} -@objc @_hasMissingDesignatedInitializers @objcMembers @_Concurrency.MainActor @preconcurrency public class SPMessageViewController : UIKit.UIViewController, ConsentViewController.SPMessageView { - @_Concurrency.MainActor @preconcurrency @objc weak public var messageUIDelegate: (any ConsentViewController.SPMessageUIDelegate)? - @_Concurrency.MainActor @preconcurrency @objc public var campaignType: ConsentViewController.SPCampaignType - @_Concurrency.MainActor @preconcurrency @objc public var messageId: Swift.String - @_Concurrency.MainActor @preconcurrency @objc public var timeout: Swift.Double - @_Concurrency.MainActor @preconcurrency @objc public func loadMessage() - @_Concurrency.MainActor @preconcurrency @objc public func loadPrivacyManager(url: Foundation.URL) - @_Concurrency.MainActor @preconcurrency @objc public func closePrivacyManager() - @_Concurrency.MainActor @preconcurrency @objc public func dismissMessage() - @objc deinit -} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaBinaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.Hashable {} -extension ConsentViewController.SPGPPConfig.SPMspaTernaryFlag : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMData.Status : Swift.RawRepresentable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Equatable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.Hashable {} -extension ConsentViewController.SPGCMDataObjc.ObjcStatus : Swift.RawRepresentable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Equatable {} -extension ConsentViewController.CCPAConsentStatus : Swift.Hashable {} -extension ConsentViewController.CCPAConsentStatus : Swift.RawRepresentable {} -extension ConsentViewController.SPMessageLanguage : Swift.Equatable {} -extension ConsentViewController.SPMessageLanguage : Swift.Hashable {} -extension ConsentViewController.SPMessageLanguage : Swift.RawRepresentable {} -extension ConsentViewController.SPOptinalBool : Swift.Equatable {} -extension ConsentViewController.SPOptinalBool : Swift.Hashable {} -extension ConsentViewController.SPOptinalBool : Swift.RawRepresentable {} -extension ConsentViewController.SPIDFAStatus : Swift.Equatable {} -extension ConsentViewController.SPIDFAStatus : Swift.Hashable {} -extension ConsentViewController.SPIDFAStatus : Swift.RawRepresentable {} -extension ConsentViewController.CategoryContentType : Swift.Equatable {} -extension ConsentViewController.CategoryContentType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.Hashable {} -extension ConsentViewController.SPCampaignType : Swift.RawRepresentable {} -extension ConsentViewController.SPActionType : Swift.Equatable {} -extension ConsentViewController.SPActionType : Swift.Hashable {} -extension ConsentViewController.SPActionType : Swift.RawRepresentable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Equatable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.Hashable {} -extension ConsentViewController.SPPrivacyManagerTab : Swift.RawRepresentable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Equatable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.Hashable {} -extension ConsentViewController.InvalidResponsAPICode : Swift.RawRepresentable {} -extension ConsentViewController.SPCampaignEnv : Swift.Equatable {} -extension ConsentViewController.SPCampaignEnv : Swift.Hashable {} -extension ConsentViewController.SPCampaignEnv : Swift.RawRepresentable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Equatable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.Hashable {} -extension ConsentViewController.SPPreferencesConsent.SubType : Swift.RawRepresentable {} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap deleted file mode 100644 index 31befa165..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module ConsentViewController { - umbrella header "ConsentViewController.h" - export * - - module * { export * } -} - -module ConsentViewController.Swift { - header "ConsentViewController-Swift.h" - requires objc -} diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/PrivacyInfo.xcprivacy b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/PrivacyInfo.xcprivacy deleted file mode 100644 index f26123a74..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,47 +0,0 @@ - - - - - NSPrivacyTracking - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeUserID - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeProductInteraction - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAppFunctionality - NSPrivacyCollectedDataTypePurposeAnalytics - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - - diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib deleted file mode 100644 index 36f052e07..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPACategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib deleted file mode 100644 index 71f86cca9..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib deleted file mode 100644 index fd5711ce9..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPANativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAPartnersViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAPartnersViewController.nib deleted file mode 100644 index 1d740a0eb..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib deleted file mode 100644 index bb30c7e6d..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCCPAVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCustomViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCustomViewController.nib deleted file mode 100644 index fbb9cfbdc..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPCustomViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib deleted file mode 100644 index 1d8ffcad8..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRCategoryDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib deleted file mode 100644 index db9563633..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRManagePreferenceViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib deleted file mode 100644 index 69b080c51..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRNativePrivacyManagerViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRPartnersViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRPartnersViewController.nib deleted file mode 100644 index 8c5d7c8a0..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRPartnersViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib deleted file mode 100644 index be364bf56..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPGDPRVendorDetailsViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPMHeader.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPMHeader.nib deleted file mode 100644 index 617970b78..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPMHeader.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPrivacyPolicyViewController.nib b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPrivacyPolicyViewController.nib deleted file mode 100644 index fbb9cfbdc..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SPPrivacyPolicyViewController.nib and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SP_Icon.png b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SP_Icon.png deleted file mode 100644 index c95c861d0..000000000 Binary files a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/SP_Icon.png and /dev/null differ diff --git a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources b/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources deleted file mode 100644 index aa5eb9273..000000000 --- a/XCFramework/SPM/ConsentViewController.xcframework/tvos-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,432 +0,0 @@ - - - - - files - - Barcode.png - - p1QFym1jiRQxmkvZScXjBHhxCu8= - - Headers/ConsentViewController-Swift.h - - /L1sa2wQZrGiGQZM9xwBewHqjFg= - - Headers/ConsentViewController.h - - RZSuPB/kEZtYahFqhcMESK+196k= - - Info.plist - - vQ4QSeNkOzJbGIlXiEzaokP5SPY= - - LongButtonViewCell.nib - - KOwPBa0vzpB6x6c+ue4l5JijMgs= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json - - +pQk/1p1b7qjS6NSomkqrEstwfc= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface - - W0dF0S8zYcJ+dNPia9UN61E7RNQ= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc - - Jpy4cpoDbJ9uIRzF/4eaQ95fHko= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface - - W0dF0S8zYcJ+dNPia9UN61E7RNQ= - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftmodule - - Dgy2LUsmhm4MFTR/t7wcjB4UfcY= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json - - +pQk/1p1b7qjS6NSomkqrEstwfc= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface - - 9qXYd39kqPFzqYZXyRWiTA9ijmA= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc - - WaPppWETpX9cRXT6dkjh4BFwDMI= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface - - 9qXYd39kqPFzqYZXyRWiTA9ijmA= - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule - - ZA/Hxj19cIWUZ135x6hjgXanT8k= - - Modules/module.modulemap - - tZqk4rkJzryrUmlHVfOrFd2LhGg= - - PrivacyInfo.xcprivacy - - BSsy0C4u6z5SkMpJ7zUrXWv4tpM= - - SPCCPACategoryDetailsViewController.nib - - S3i+NPH0P+QbcXNXf6epz2CGrS8= - - SPCCPAManagePreferenceViewController.nib - - j8MT07t4Yw5wOc+s7JY4hiI9Go4= - - SPCCPANativePrivacyManagerViewController.nib - - f4LodQU0y8kyr+WLUF4dVz8BTUQ= - - SPCCPAPartnersViewController.nib - - Hn2Nw7GuJE0S/IdQsNIXomPIdaM= - - SPCCPAVendorDetailsViewController.nib - - 6wwuQd7qFVfyDiD7HK0kVmbGkfw= - - SPCustomViewController.nib - - me+Nt6FPYiI8qfKs8jzyR3uCUgA= - - SPGDPRCategoryDetailsViewController.nib - - hDPthc2JWLTdT0VrSZCxLTz3NOQ= - - SPGDPRManagePreferenceViewController.nib - - hXZHoFdNFKN+/QLJBUpiVFsukh4= - - SPGDPRNativePrivacyManagerViewController.nib - - 3IK6zClUrnwMvcAFXgs8zkZh+3s= - - SPGDPRPartnersViewController.nib - - 7oRmEujhSqzIbhgUjBjyoBwyu3g= - - SPGDPRVendorDetailsViewController.nib - - 95Y/b9SJsQSteiMUF4Wpnt/LvMQ= - - SPPMHeader.nib - - MYrNGdMolbAIh5hOGJwqR5deUUU= - - SPPrivacyPolicyViewController.nib - - me+Nt6FPYiI8qfKs8jzyR3uCUgA= - - SP_Icon.png - - r/5tTMB88qlCRvp2iNHzoOqA4pg= - - - files2 - - Barcode.png - - hash2 - - FGkjnDfFu2e+4a8YrIamZUbqDL98gOtlPf7481BCHsc= - - - Headers/ConsentViewController-Swift.h - - hash2 - - MuVcbK21A1hEgFK+Qs92Rc+Sl0knal+F18pTekbgQ5o= - - - Headers/ConsentViewController.h - - hash2 - - 6j1ex7T32I3uJ+Kajwi3r09dYEYc8qmsURIjCVbL/vI= - - - LongButtonViewCell.nib - - hash2 - - IzBb/FyIhxaPT51BDBwa1TLfKzgphbKA5FzXcNUlCP0= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.abi.json - - hash2 - - hSucDaw2AcM/t5gh+SehTaq493GS/v1Kf0LN3O/YPWU= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface - - hash2 - - +j8VNuelD6binQLl4Tztx3YiCqnygjijphnNA5rGRQw= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftdoc - - hash2 - - W09Qx3N6OKaqx35hD6t2P96XjNaTyUEioj6PwJ1ToiA= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftinterface - - hash2 - - +j8VNuelD6binQLl4Tztx3YiCqnygjijphnNA5rGRQw= - - - Modules/ConsentViewController.swiftmodule/arm64-apple-tvos-simulator.swiftmodule - - hash2 - - nuFFqkVQT1E3tiZAmHAZu8ZBc2VEqYy8fdkhaRNhP4c= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.abi.json - - hash2 - - hSucDaw2AcM/t5gh+SehTaq493GS/v1Kf0LN3O/YPWU= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface - - hash2 - - RtUpnjU8Gcbv863FENzMcTAUv44tJyTuxY31qvhCIG8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc - - hash2 - - K1PiTkI0KZTatyfg7pzLfnaVmcWOO9/bJJDen7LX7s8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface - - hash2 - - RtUpnjU8Gcbv863FENzMcTAUv44tJyTuxY31qvhCIG8= - - - Modules/ConsentViewController.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule - - hash2 - - /0Ss3QUacxeT7HCO60GKUOR3ofODLBxQTeEC7IUrb3k= - - - Modules/module.modulemap - - hash2 - - du31voRUqbgJzekVrDp5MLQNyy+Eg5O5sXLLsUiHHdU= - - - PrivacyInfo.xcprivacy - - hash2 - - UWufHnouhL0ZdAyDyXVGBxSnwNT9S5yk3dvOQnkcPYs= - - - SPCCPACategoryDetailsViewController.nib - - hash2 - - E5BLLeIpJe5UcJEArA86Za2/cNb04m+p8fNqirBiadA= - - - SPCCPAManagePreferenceViewController.nib - - hash2 - - UDDgN5R/94VjeUzIlNtGVnktfnVpyd8+JThqpmLCSBI= - - - SPCCPANativePrivacyManagerViewController.nib - - hash2 - - VK6a0TmyuKnAz3k/MzA7LDsEqOlxju/cpeWIS8Je5q8= - - - SPCCPAPartnersViewController.nib - - hash2 - - NtHgTxdNM4/qs89b/hijnf8LAwGaGmDq5RZ16nv5aoc= - - - SPCCPAVendorDetailsViewController.nib - - hash2 - - 8k94e4+vRUKVSzZAl/wF2HzXiENqKzpRqpRwmd1HG5k= - - - SPCustomViewController.nib - - hash2 - - NghOmKz8TfVr3QYYQ55nNdjI6HE1WbK6VZGPXdiwlvI= - - - SPGDPRCategoryDetailsViewController.nib - - hash2 - - pBRih3huAd+Qaf6X9a8g8J5x9avULTFeRUQIHjVUNFM= - - - SPGDPRManagePreferenceViewController.nib - - hash2 - - 4E5QqUVXefYkIgJVT6IRu6Ox3iYbXKiQmBl64lcjcBc= - - - SPGDPRNativePrivacyManagerViewController.nib - - hash2 - - cPn0fFpmKz6wPN2TMbxZZU5elJfhsUWIePQ+HLyY9ZI= - - - SPGDPRPartnersViewController.nib - - hash2 - - ab/mXDlC6d6ua3p3e9bUA/PiOLoVfz6BOJoejZbEUDE= - - - SPGDPRVendorDetailsViewController.nib - - hash2 - - 5G99D1Ryl76FdjncgbwtLgtlG4KWkYJE0ynZkBG9BL0= - - - SPPMHeader.nib - - hash2 - - QdjSdqEgGQrYaKj8odjMD6U5oAX6ECjkwAm9DT6PmHw= - - - SPPrivacyPolicyViewController.nib - - hash2 - - NghOmKz8TfVr3QYYQ55nNdjI6HE1WbK6VZGPXdiwlvI= - - - SP_Icon.png - - hash2 - - UTjb3KdhvO5fNSvs7e7haUzRbCsGAr1TFObGFmQkSLs= - - - - 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/XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeSignature b/build/.gitkeep similarity index 100% rename from XCFramework/ConsentViewController.xcframework/ios-arm64_x86_64-simulator/ConsentViewController.framework/_CodeSignature/CodeSignature rename to build/.gitkeep diff --git a/buildXCFrameworks.sh b/buildXCFrameworks.sh index df12321dc..d1affdd06 100755 --- a/buildXCFrameworks.sh +++ b/buildXCFrameworks.sh @@ -1,11 +1,20 @@ #!/bin/bash + +BUILD_LOG="./build/build.log" + +# Determine optimal parallel jobs for xcodebuild +XCODE_JOBS=${XCODE_JOBS:-$(sysctl -n hw.logicalcpu 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null)} +if [ -z "$XCODE_JOBS" ]; then + XCODE_JOBS=8 +fi + assert_success() { local status=$? local process_name="$1" if [ "$status" -ne 0 ]; then - echo "$process_name failed. Check ./build/build.log for more info." - exit status + echo "$process_name failed. Check $BUILD_LOG for more info." + exit $status fi } @@ -14,6 +23,8 @@ archive() { local scheme="$2" local destination="$3" local archivePath="$4" + local logPath="$5" + local derivedDataPath="$6" printf "Archiving $project / $destination..." xcodebuild archive \ -quiet \ @@ -22,73 +33,87 @@ archive() { -destination "$destination" \ -archivePath "$archivePath" \ -parallelizeTargets \ - -jobs 8 \ + -jobs "$XCODE_JOBS" \ + -derivedDataPath "$derivedDataPath" \ + SWIFT_VERSION=5 \ OTHER_SWIFT_FLAGS="-no-verify-emitted-module-interface" \ + COMPILER_INDEX_STORE_ENABLE=NO \ SKIP_INSTALL=NO \ - BUILD_LIBRARY_FOR_DISTRIBUTION=YES > ./build/build.log 2>&1 - assert_success "Archiving $destination" + BUILD_LIBRARY_FOR_DISTRIBUTION=YES > "$logPath" 2>&1 + assert_success "Archiving $destination (log: $logPath)" echo "✅" } -########### Creates the binaries which are distributed standalone -echo "Generating Standalone XCFrameworks" -archive "_Pods.xcodeproj" "ConsentViewController-iOS" "generic/platform=iOS" "./build/ConsentViewController-iOS.framework-iOS.xcarchive" - -archive "_Pods.xcodeproj" "ConsentViewController-iOS" "generic/platform=iOS Simulator" "./build/ConsentViewController-iOS.framework-iphonesimulator.xcarchive" - -archive "_Pods.xcodeproj" "ConsentViewController-tvOS" "generic/platform=tvOS Simulator" "./build/ConsentViewController-tvOS.framework-tvossimulator.xcarchive" - -archive "_Pods.xcodeproj" "ConsentViewController-tvOS" "generic/platform=tvOS" "./build/ConsentViewController-tvOS.framework.xcarchive" - -rm -r ./XCFramework/ConsentViewController.xcframework &> ./build/build.log 2>&1 -rm -r ./XCFramework/ConsentViewController.xcframework.zip &> ./build/build.log 2>&1 - -echo "Archiving succeeded." -printf "Creating XCFrameworks" - -xcodebuild -create-xcframework \ - -framework './build/ConsentViewController-iOS.framework-iphonesimulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -framework './build/ConsentViewController-iOS.framework-iOS.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -framework './build/ConsentViewController-tvOS.framework-tvossimulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -framework './build/ConsentViewController-tvOS.framework-tvOS.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -output './XCFramework/ConsentViewController.xcframework' &> ./build/build.log 2>&1 - -echo "✅" -printf "Zipping XCFramework" - -zip -r ./XCFramework/ConsentViewController.xcframework.zip ./XCFramework/ConsentViewController.xcframework &> ./build/build.log 2>&1 - -echo "✅" -echo "XCFrameworks created on: ./XCFramework/ConsentViewController.xcframework.zip" - -# ########### Creates the binaries which are distributed via SPM. -echo "Generating XCFrameworks for SPM" -archive "ConsentViewController.xcodeproj" "SPMConsentViewController-iOS" "generic/platform=iOS" "./build/SPM/ConsentViewController-iOS" - -archive "ConsentViewController.xcodeproj" "SPMConsentViewController-iOS" "generic/platform=iOS Simulator" "./build/SPM/ConsentViewController-iOS-simulator" - -archive "ConsentViewController.xcodeproj" "SPMConsentViewController-tvOS" "generic/platform=tvOS" "./build/SPM/ConsentViewController-tvOS" - -archive "ConsentViewController.xcodeproj" "SPMConsentViewController-tvOS" "generic/platform=tvOS Simulator" "./build/SPM/ConsentViewController-tvOS-simulator" - -echo "Archiving succeeded." -printf "Creating XCFrameworks" - -rm -r ./XCFramework/SPM/ConsentViewController.xcframework &> ./build/build.log 2>&1 -rm -r ./XCFramework/SPM/ConsentViewController.xcframework.zip &> ./build/build.log 2>&1 - -xcodebuild -create-xcframework \ - -framework './build/SPM/ConsentViewController-iOS.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -framework './build/SPM/ConsentViewController-iOS-simulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -framework './build/SPM/ConsentViewController-tvOS.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -framework './build/SPM/ConsentViewController-tvOS-simulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ - -output './XCFramework/SPM/ConsentViewController.xcframework' &> ./build/build.log 2>&1 +build_standalone() { + echo "Generating Standalone XCFrameworks" + mkdir -p ./build + BUILD_LOG="./build/build-standalone.log" + # Run archives in parallel with isolated DerivedData and logs + archive "_Pods.xcodeproj" "ConsentViewController-iOS" "generic/platform=iOS" "./build/ConsentViewController-iOS.framework-iOS.xcarchive" "./build/log-standalone-ios-device.log" "./build/DerivedData-standalone-ios" & + pid_ios_device=$! + archive "_Pods.xcodeproj" "ConsentViewController-iOS" "generic/platform=iOS Simulator" "./build/ConsentViewController-iOS.framework-iphonesimulator.xcarchive" "./build/log-standalone-ios-sim.log" "./build/DerivedData-standalone-ios-sim" & + pid_ios_sim=$! + archive "_Pods.xcodeproj" "ConsentViewController-tvOS" "generic/platform=tvOS Simulator" "./build/ConsentViewController-tvOS.framework-tvossimulator.xcarchive" "./build/log-standalone-tvos-sim.log" "./build/DerivedData-standalone-tvos-sim" & + pid_tvos_sim=$! + archive "_Pods.xcodeproj" "ConsentViewController-tvOS" "generic/platform=tvOS" "./build/ConsentViewController-tvOS.framework.xcarchive" "./build/log-standalone-tvos-device.log" "./build/DerivedData-standalone-tvos" & + pid_tvos_device=$! + wait $pid_ios_device + wait $pid_ios_sim + wait $pid_tvos_sim + wait $pid_tvos_device + echo "Archiving succeeded." + printf "Creating XCFrameworks" + xcodebuild -create-xcframework \ + -framework './build/ConsentViewController-iOS.framework-iphonesimulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -framework './build/ConsentViewController-iOS.framework-iOS.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -framework './build/ConsentViewController-tvOS.framework-tvossimulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -framework './build/ConsentViewController-tvOS.framework.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -output './build/ConsentViewController.xcframework' &> "$BUILD_LOG" 2>&1 + echo "✅" + printf "Zipping XCFramework" + ditto -c -k --sequesterRsrc --keepParent ./build/ConsentViewController.xcframework ./build/ConsentViewController.xcframework.zip &> "$BUILD_LOG" 2>&1 + echo "✅" + echo "XCFrameworks created on: ./build/ConsentViewController.xcframework.zip" +} -echo "✅" -printf "Zipping XCFramework" +build_spm() { + echo "Generating XCFrameworks for SPM" + mkdir -p ./build/SPM + BUILD_LOG="./build/build-spm.log" + # Run archives in parallel with isolated DerivedData and logs + archive "ConsentViewController.xcodeproj" "SPMConsentViewController-iOS" "generic/platform=iOS" "./build/SPM/ConsentViewController-iOS" "./build/log-spm-ios-device.log" "./build/DerivedData-spm-ios" & + pid_ios_device=$! + archive "ConsentViewController.xcodeproj" "SPMConsentViewController-iOS" "generic/platform=iOS Simulator" "./build/SPM/ConsentViewController-iOS-simulator" "./build/log-spm-ios-sim.log" "./build/DerivedData-spm-ios-sim" & + pid_ios_sim=$! + archive "ConsentViewController.xcodeproj" "SPMConsentViewController-tvOS" "generic/platform=tvOS" "./build/SPM/ConsentViewController-tvOS" "./build/log-spm-tvos-device.log" "./build/DerivedData-spm-tvos" & + pid_tvos_device=$! + archive "ConsentViewController.xcodeproj" "SPMConsentViewController-tvOS" "generic/platform=tvOS Simulator" "./build/SPM/ConsentViewController-tvOS-simulator" "./build/log-spm-tvos-sim.log" "./build/DerivedData-spm-tvos-sim" & + pid_tvos_sim=$! + wait $pid_ios_device + wait $pid_ios_sim + wait $pid_tvos_device + wait $pid_tvos_sim + echo "Archiving succeeded." + printf "Creating XCFrameworks" + xcodebuild -create-xcframework \ + -framework './build/SPM/ConsentViewController-iOS.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -framework './build/SPM/ConsentViewController-iOS-simulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -framework './build/SPM/ConsentViewController-tvOS.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -framework './build/SPM/ConsentViewController-tvOS-simulator.xcarchive/Products/Library/Frameworks/ConsentViewController.framework' \ + -output './build/SPMConsentViewController.xcframework' &> "$BUILD_LOG" 2>&1 + echo "✅" + printf "Zipping XCFramework" + ditto -c -k --sequesterRsrc --keepParent ./build/SPMConsentViewController.xcframework ./build/SPMConsentViewController.xcframework.zip &> "$BUILD_LOG" 2>&1 + echo "✅" + echo "XCFrameworks created on: ./build/SPMConsentViewController.xcframework.zip" +} -zip -r ./XCFramework/SPM/ConsentViewController.xcframework.zip ./XCFramework/SPM/ConsentViewController.xcframework &> ./build/build.log 2>&1 +# Run standalone and SPM builds in parallel and wait for both +build_standalone & +pid_standalone=$! +build_spm & +pid_spm=$! -echo "✅" -echo "SPM XCFrameworks created on: ./XCFramework/SPM/ConsentViewController.xcframework.zip" +wait $pid_standalone +wait $pid_spm diff --git a/release-notes.md b/release-notes.md new file mode 100644 index 000000000..24c8fe4b1 --- /dev/null +++ b/release-notes.md @@ -0,0 +1,2 @@ +* [DIA-6166](https://sourcepoint.atlassian.net/browse/DIA-6166) Fix support to Swift 6.0.x and 5.x via SPM. [#642](https://github.com/SourcePointUSA/ios-cmp-app/pull/642) +* Move XCFramework binaries from the repository to GitHub release page. [#642](https://github.com/SourcePointUSA/ios-cmp-app/pull/642) diff --git a/release.sh b/release.sh index f6309c172..01e22c4e3 100755 --- a/release.sh +++ b/release.sh @@ -3,6 +3,9 @@ podspecFileName="ConsentViewController.podspec" spConsentManagerFileName="ConsentViewController/Classes/SPConsentManager.swift" readmeFileName="README.md" +xcframeworkZipPath="./build/SPMConsentViewController.xcframework.zip" +packageSwiftFile="Package.swift" +releaseNotesFile="release-notes.md" ############ BEGIN CLI @@ -46,14 +49,12 @@ getVersionArg() { fi } -############ END CLI - assertStatus() { local status=$? local command="$1" if [ "$status" -ne 0 ]; then echo "command $command failed with status $status" - exit status + exit $status fi } @@ -76,11 +77,73 @@ updateReadme() { sed -i '' "s/\(.upToNextMinor(from: \"\)\(.*\)\(\")\)/\1${version}\3/" "$readmeFileName" } -createTag() { - echo "Creating tag" +updatePackageSwift() { + echo "Updating Package.swift" local version=$1 - git tag -a "$version" -m "'$version'" - gitPush $dryRun "--tags" + + if [ ! -f "$xcframeworkZipPath" ]; then + echo "Error: XCFramework zip not found at $xcframeworkZipPath" + exit 1 + fi + + echo "Calculating checksum for $xcframeworkZipPath" + local checksum=$(swift package compute-checksum "$xcframeworkZipPath") + echo "Checksum: $checksum" + + # Update the version in the URL + sed -i '' "s|\(https://github.com/SourcePointUSA/ios-cmp-app/releases/download/\)[^/]\{1,\}\(/SPMConsentViewController.xcframework.zip\)|\1${version}\2|" "$packageSwiftFile" + + # Update the checksum + sed -i '' "s/\(checksum: \"\)[^\"]*\(\"\)/\1${checksum}\2/" "$packageSwiftFile" + + echo "Package.swift updated successfully" +} + +createGitHubRelease() { + echo "Creating GitHub Release" + local version=$1 + local spmZip="./build/SPMConsentViewController.xcframework.zip" + local standaloneZip="./build/ConsentViewController.xcframework.zip" + + # Check if zip files exist + if [ ! -f "$spmZip" ]; then + echo "Error: SPM XCFramework zip not found at $spmZip" + ls -la . + ls -la build/ + exit 1 + fi + + if [ ! -f "$standaloneZip" ]; then + echo "Error: Standalone XCFramework zip not found at $standaloneZip" + ls -la . + ls -la build/ + exit 1 + fi + + # Detect if pre-release + local prerelease_flag="" + if [[ "$version" =~ (beta|alpha|rc) ]]; then + prerelease_flag="--prerelease" + echo "Detected pre-release version" + fi + + # Ensure release notes file exists + if [ ! -f "$releaseNotesFile" ]; then + echo "Error: Release notes file not found at $releaseNotesFile" + exit 1 + fi + + # Create release with gh CLI using notes file + gh release create "$version" \ + --verify-tag \ + "$spmZip" \ + "$standaloneZip" \ + --title "$version" \ + --notes-file "$releaseNotesFile" \ + $prerelease_flag + + assertStatus "gh release create" + echo "GitHub Release created successfully" } podInstall() { @@ -90,27 +153,6 @@ podInstall() { cd .. } -gitPush() { - local dryRun=$1 - local gitArgs=$2 - if [ $dryRun -eq 0 ]; then - echo "git push $gitArgs" - else - git push $gitArgs - fi - assertStatus "git push $gitArgs" -} - -podTrunk() { - local dryRun=$1 - if [ $dryRun -eq 0 ]; then - echo "pod trunk push ConsentViewController.podspec --verbose" - else - pod trunk push ConsentViewController.podspec --verbose - assertStatus "pod trunk push ConsentViewController.podspec --verbose" - fi -} - deleteBranch() { local branchName=$1 @@ -119,45 +161,26 @@ deleteBranch() { git push origin :$branchName } -generateFrameworks() { - local skipFrameworks=$1 - local version=$2 - if [ $skipFrameworks -eq 1 ]; then - bash ./buildXCFrameworks.sh - git add . - git commit -m "'update XCFrameworks for $version'" - else - echo "skipping generating XCFrameworks" - fi -} release () { local version=$1 - local dryRun=$2 + local skipFrameworks=$2 local currentBranch=$(git rev-parse --abbrev-ref HEAD) - local skipFrameworks=$3 echo "Releasing SDK version $version" updatePodspec $version updateVersionOnSPConsentManager $version updateReadme $version + updateChangelog $version + bash ./buildXCFrameworks.sh + updatePackageSwift $version git add . - git commit -m "'update version to $version'" - podInstall - git add . - git commit -am "'run pod install with $version'" - generateFrameworks $skipFrameworks $version - gitPush $dryRun "-u origin $currentBranch" - git checkout develop - git merge $currentBranch - gitPush $dryRun - git checkout master - git merge develop - createTag $version - gitPush $dryRun - podTrunk $dryRun - git checkout develop - deleteBranch $currentBranch + git commit -m "'release $version'" + git tag -a "$version" -m "$version" + git push -u origin $currentBranch --tags + pod trunk push ConsentViewController.podspec --verbose + assertStatus "pod trunk push" + createGitHubRelease $version } # Function to check if a string matches the SemVer pattern @@ -173,7 +196,7 @@ printUsage() { printHelp() { printf "Script used to release iOS/tvOS SDK.\n" - printf "1. Make sure to be on a branhc called pre-VERSION where VERSION follows SemVer spec\n" + printf "1. Make sure to be on a branch called pre-VERSION where VERSION follows SemVer spec\n" printf "2. Update CHANGELOG.md and commit.\n" printf "3. Run this script passing -v=VERSION as argument" printf "Options:\n" @@ -181,25 +204,40 @@ printHelp() { printUsage } -printGHReleaseLink() { +# Prepend a new section to CHANGELOG.md with the current version and release notes +updateChangelog() { + echo "Updating CHANGELOG.md" local version=$1 - printf "In order to create a release for version ${version} go to:\n" - printf "\thttps://github.com/SourcePointUSA/ios-cmp-app/releases/new?tag=${version}\n" -} + local changelogFile="CHANGELOG.md" -helpArg="-h" -dryRunArg="--dry" -skipFrameworksArg="--skipFrameworks" + if [ ! -f "$releaseNotesFile" ]; then + echo "Error: Release notes file not found at $releaseNotesFile" + exit 1 + fi -dryRun=1 # false -if containsElement $dryRunArg $@; then - dryRun=0 # true -fi + if [ ! -f "$changelogFile" ]; then + echo "Error: CHANGELOG file not found at $changelogFile" + exit 1 + fi -skipFrameworks=1 # false -if containsElement $skipFrameworksArg $@; then - skipFrameworks=0 # true -fi + local today + today=$(date +"%b, %d, %Y") + + local tmpFile + tmpFile=$(mktemp) + + { + echo "# $version ($today)" + cat "$releaseNotesFile" + echo "" + cat "$changelogFile" + } > "$tmpFile" + + mv "$tmpFile" "$changelogFile" + echo "CHANGELOG.md updated successfully" +} + +helpArg="-h" if containsElement $helpArg $@; then printHelp @@ -215,10 +253,9 @@ if [ -z $versionToRelease ]; then fi if isSemVer $versionToRelease; then - release $versionToRelease $dryRun $skipFrameworks - printGHReleaseLink $versionToRelease + release $versionToRelease exit 0 else printf "$versionToRelease is not a valid SemVer.\n" exit 1 -fi \ No newline at end of file +fi